Update reaper

This commit is contained in:
EEva (JPotier) 2020-12-27 14:41:07 +02:00
parent 6d68c814da
commit f34fd36e8b
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "reaper-${version}";
version = "6.16";
version = "6.19";
src = fetchurl {
url = "https://www.reaper.fm/files/${stdenv.lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_x86_64.tar.xz";
sha256 = "0plfq156bp0x2x77gwaqhrlbscw2bw4mggm2bx7yjnwdx4hm1g65";
sha256 = "1cdy5ilpfidz7xyqn2i41szr24ilcmpl35aw1vbashf0b6dg48la";
};
nativeBuildInputs = [ autoPatchelfHook makeWrapper ];