Update reaper
This commit is contained in:
parent
c941e6e329
commit
63bb97f7ba
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue