Update reaper
This commit is contained in:
parent
fb2f24468c
commit
db4b4eaa96
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "reaper";
|
||||
version = "6.47";
|
||||
version = "6.54";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.reaper.fm/files/${lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_${stdenv.hostPlatform.qemuArch}.tar.xz";
|
||||
hash = {
|
||||
x86_64-linux = "sha256-31HmIx/ohbrzu5uj8KOOZiHNCmXwng9h+fIGaJfYyqA=";
|
||||
x86_64-linux = "sha256-Cyii//DVkcUprEO6iYX9o8KNv4WMuBIgJu7e9UPaji4=";
|
||||
aarch64-linux = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
|
||||
}.${stdenv.hostPlatform.system};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue