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