about summary refs log tree commit diff
path: root/pkgs/applications/audio/reaper
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2022-12-12 08:59:18 +1100
committerGitHub <noreply@github.com>2022-12-12 08:59:18 +1100
commita61b8298e0cac7364003c208047835987c051c4b (patch)
tree2f5c04479c5a85b8a8811142f493f5224c2d7fed /pkgs/applications/audio/reaper
parent84d4b40fc8c24ba06f5088e35d77aa4114eeb035 (diff)
parent8904ad8ed5d88cf0a576ab8e88acbc736d238e78 (diff)
Merge pull request #203475 from Mic92/reaper
reaper: 6.66 -> 6.71
Diffstat (limited to 'pkgs/applications/audio/reaper')
-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 6858d6b1bd7da..9bf73bacfb11c 100644
--- a/pkgs/applications/audio/reaper/default.nix
+++ b/pkgs/applications/audio/reaper/default.nix
@@ -23,13 +23,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "reaper";
-  version = "6.66";
+  version = "6.71";
 
   src = fetchurl {
     url = url_for_platform version stdenv.hostPlatform.qemuArch;
     hash = {
-      x86_64-linux = "sha256-kMXHHd+uIc5tKlDlxKjphZsfNMYvvV/4Zx84eRwPGcs=";
-      aarch64-linux = "sha256-pB3qj9CJbI5iWBNKNX2niIfHrpSz9+qotX/zKGYDwYo=";
+      x86_64-linux = "sha256-AHi0US3U4PU/IrlCahJbm+tkmsz+nh0AFOk0lB2lI3M=";
+      aarch64-linux = "sha256-/yCV7wllQ024rux4u4Tp9TZK8JMN9Tk0DFJY3W2BGAk=";
     }.${stdenv.hostPlatform.system};
   };