about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-06-27 20:53:40 +0800
committerGitHub <noreply@github.com>2022-06-27 20:53:40 +0800
commit288c730d0b0d23eb2b0bcae67d7bdb042acde59b (patch)
tree4a61fdf0bdf4c0deb1ca6665b8b4145de44fd863 /pkgs/applications
parent7bb43e0ef1a17e91ff7c09a11e2aa11cd77e29b5 (diff)
parentbecb9565fc56329c7e4373f76f4554a7ee991cd6 (diff)
Merge pull request #179177 from viraptor/reaper
reaper: 6.47 -> 6.61
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/reaper/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/reaper/default.nix b/pkgs/applications/audio/reaper/default.nix
index d186755eccea2..6f94b0f531cb3 100644
--- a/pkgs/applications/audio/reaper/default.nix
+++ b/pkgs/applications/audio/reaper/default.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   pname = "reaper";
-  version = "6.47";
+  version = "6.61";
 
   src = fetchurl {
     url = "https://www.reaper.fm/files/${lib.versions.major version}.x/reaper${builtins.replaceStrings ["."] [""] version}_linux_${stdenv.hostPlatform.qemuArch}.tar.xz";
     hash = {
-      x86_64-linux = "sha256-31HmIx/ohbrzu5uj8KOOZiHNCmXwng9h+fIGaJfYyqA=";
-      aarch64-linux = "sha256-CMmcBpaZ6BEZJ1144aQhOJ/o2NrGD7/8aq+ObLVMXYE=";
+      x86_64-linux = "sha256-Lp2EVky1+ruc86LdMmvhZIisoYl0OxdkVnN3h/u09IQ=";
+      aarch64-linux = "sha256-sPLCMA//xAdWXjY7++R6eLWS56Zi0u+9ju7JlICGvVc=";
     }.${stdenv.hostPlatform.system};
   };