Update to Reaper 6.35
This commit is contained in:
parent
e0468e07a9
commit
3a94da06f6
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "reaper";
|
||||
version = "6.32";
|
||||
version = "6.35";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.reaper.fm/files/${lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_${stdenv.targetPlatform.qemuArch}.tar.xz";
|
||||
sha256 = "0x03bpa04np7scl88c5lhgb508wrzpvywgqd41wrxacyccs7ir0n";
|
||||
sha256 = "0wbbxbx3fcycy5gch6mvcbaksdhagywd00yifcwhvb80jlzaa1zg";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue