about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2023-11-16 12:29:36 +1100
committerGitHub <noreply@github.com>2023-11-16 12:29:36 +1100
commit5105831eae48e1d610be2648f6275ebda58b5085 (patch)
tree47671200ffd8a327f38fb4f4f8975a8adbe4fd46 /pkgs/applications
parente0af8dd5ca8622298a0d603dab434f80e58cef39 (diff)
parentcf6d132355985d8cf78c9cac254fbfccff72f812 (diff)
Merge pull request #267760 from viraptor/reaper-705
reaper: 7.03 -> 7.05
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 f62af07c522d1..b5cf860ad9b7c 100644
--- a/pkgs/applications/audio/reaper/default.nix
+++ b/pkgs/applications/audio/reaper/default.nix
@@ -25,13 +25,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "reaper";
-  version = "7.03";
+  version = "7.05";
 
   src = fetchurl {
     url = url_for_platform version stdenv.hostPlatform.qemuArch;
     hash = {
-      x86_64-linux = "sha256-74fQXN6a3SqNZIc2MkOf2iWwP6oQToklbb3kBuaku6s=";
-      aarch64-linux = "sha256-BF7iN8NdejqwZzHTFdys422p3qoNIm20IpFuaHdUx3U=";
+      x86_64-linux = "sha256-P/PnbJPr4ErDz5ho1/dLERhqkKjdetHzKpCpfVZAYb0=";
+      aarch64-linux = "sha256-PdnBVlHwoEEv2SPq/p5oyiOlduCEqL35gAY+QIJU1Ys=";
     }.${stdenv.hostPlatform.system};
   };