summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-16 23:36:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-16 23:36:03 +0000
commit76311f83bf11c21d8401431a3ce6bca4a12e14e6 (patch)
treeda577987b34b85566b199e66a234803acb72f426
parente0b3b074fb4ba6f7775577bf197bf9993fc85bfc (diff)
downloadnixpkgs-76311f83bf11c21d8401431a3ce6bca4a12e14e6.tar
nixpkgs-76311f83bf11c21d8401431a3ce6bca4a12e14e6.tar.gz
nixpkgs-76311f83bf11c21d8401431a3ce6bca4a12e14e6.tar.bz2
nixpkgs-76311f83bf11c21d8401431a3ce6bca4a12e14e6.tar.lz
nixpkgs-76311f83bf11c21d8401431a3ce6bca4a12e14e6.tar.xz
nixpkgs-76311f83bf11c21d8401431a3ce6bca4a12e14e6.tar.zst
nixpkgs-76311f83bf11c21d8401431a3ce6bca4a12e14e6.zip
reaper: 6.82 -> 7.0
-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 7c9e90fe9a1..a3e02f05875 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 = "6.82";
+  version = "7.0";
 
   src = fetchurl {
     url = url_for_platform version stdenv.hostPlatform.qemuArch;
     hash = {
-      x86_64-linux = "sha256-2vtkOodMj0JGLQQn4a+XHxodHQqpnSW1ea7v6aC9sHo=";
-      aarch64-linux = "sha256-FBNfXTnxqq22CnFrE2zvf6kDy/p/+SXOzqz7JS3IdG8=";
+      x86_64-linux = "sha256-lHXy1xSwhNht6dt30e35nE1ZpOm8oTMMpoZJI7ELsjg=";
+      aarch64-linux = "sha256-a/e8DQ9NvbLyZHqg7pUxm+kV7i5vKCjeq9EOO0/5TJk=";
     }.${stdenv.hostPlatform.system};
   };