Update reaper

This commit is contained in:
EEva (JPotier) 2021-05-08 10:04:43 +03:00
parent ddb8c0c1b8
commit d764c97acb
1 changed files with 2 additions and 2 deletions

View File

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