Update reaper

This commit is contained in:
EEva (JPotier) 2020-05-01 13:29:00 +03:00
parent c941e6e329
commit 63bb97f7ba
1 changed files with 2 additions and 2 deletions

View File

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