about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2024-06-30 15:11:52 +1000
committerGitHub <noreply@github.com>2024-06-30 15:11:52 +1000
commit081ee19b0c87eac6f9e906ff6cd16d146f2213f4 (patch)
treef0978a99841149db5e07b51192913b1cd41d9f72 /pkgs
parentd6da1b902be83af5c2a6148a927ed8d2b48199a6 (diff)
parent2814ea8fdf21c6390d32205591adeae509bfa385 (diff)
Merge pull request #323483 from r-ryantm/auto-update/reaper HEAD master
reaper: 7.16 -> 7.17
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/reaper/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/reaper/default.nix b/pkgs/applications/audio/reaper/default.nix
index 833b4e3b073a1..16786c77e4c6b 100644
--- a/pkgs/applications/audio/reaper/default.nix
+++ b/pkgs/applications/audio/reaper/default.nix
@@ -28,13 +28,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "reaper";
-  version = "7.16";
+  version = "7.17";
 
   src = fetchurl {
     url = url_for_platform version stdenv.hostPlatform.qemuArch;
-    hash = if stdenv.isDarwin then "sha256-UMliD9tk8VDpeQ4tBC31peemv7HAKHW0xtqoSkzYG4Y=" else {
-      x86_64-linux = "sha256-sK0GVK29SGkLBILeWcFjcvQ956NCPb1HvqmXLeLbgP8=";
-      aarch64-linux = "sha256-mJ/UtrWaPq3Oar8rMvRFm8iafK1I7bL42deIQyiHVMk=";
+    hash = if stdenv.isDarwin then "sha256-4+8MhvQ1LhfyhFCOMBgD4HHt0Oaj25y2U04++JuXxCM=" else {
+      x86_64-linux = "sha256-q3oTKcFSNec10kT1FlDaf2GS967y38VLq9GsquwN2Lg=";
+      aarch64-linux = "sha256-5mxVkppm1SjC0C0SFI7uEdPWewNZXlrNAxbaFcNzzbU=";
     }.${stdenv.hostPlatform.system};
   };