Update reaper

This commit is contained in:
EEva 2022-06-01 22:37:58 +03:00
parent db4b4eaa96
commit fd673d92cf
1 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,12 @@
stdenv.mkDerivation rec {
pname = "reaper";
version = "6.54";
version = "6.59";
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-Cyii//DVkcUprEO6iYX9o8KNv4WMuBIgJu7e9UPaji4=";
x86_64-linux = "sha256-tqoQA3zSs9e30FZzGTIchWmnA3tYtZd2eaapilM2Zf4=";
aarch64-linux = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
}.${stdenv.hostPlatform.system};
};