Update reaper to 6.61
This commit is contained in:
parent
fd673d92cf
commit
0078735681
1 changed files with 2 additions and 2 deletions
|
@ -17,12 +17,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "reaper";
|
||||
version = "6.59";
|
||||
version = "6.61";
|
||||
|
||||
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-tqoQA3zSs9e30FZzGTIchWmnA3tYtZd2eaapilM2Zf4=";
|
||||
x86_64-linux = "sha256-Lp2EVky1+ruc86LdMmvhZIisoYl0OxdkVnN3h/u09IQ=";
|
||||
aarch64-linux = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
|
||||
}.${stdenv.hostPlatform.system};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue