summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-25 01:31:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-25 01:31:34 +0000
commit38544a2d8828d26dfd6095ab454862629a17dfcd (patch)
treecdb8d049d33b03b032f6d068cba322959d652672
parentcddf429ed8b0d1f831eb7d1ad25c5521c0106d16 (diff)
downloadnixpkgs-38544a2d8828d26dfd6095ab454862629a17dfcd.tar
nixpkgs-38544a2d8828d26dfd6095ab454862629a17dfcd.tar.gz
nixpkgs-38544a2d8828d26dfd6095ab454862629a17dfcd.tar.bz2
nixpkgs-38544a2d8828d26dfd6095ab454862629a17dfcd.tar.lz
nixpkgs-38544a2d8828d26dfd6095ab454862629a17dfcd.tar.xz
nixpkgs-38544a2d8828d26dfd6095ab454862629a17dfcd.tar.zst
nixpkgs-38544a2d8828d26dfd6095ab454862629a17dfcd.zip
reaper: 6.80 -> 6.81
-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 ef0c514bce9..0ddebe704f0 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.80";
+  version = "6.81";
 
   src = fetchurl {
     url = url_for_platform version stdenv.hostPlatform.qemuArch;
     hash = {
-      x86_64-linux = "sha256-By97OxGC9YO7yEHzSjDAZHCtVaub1wNwWMOn4F+Qzpg=";
-      aarch64-linux = "sha256-11DiFfqULIi4tespho+yOH+Qy4s+lithCt19kb4RfhI=";
+      x86_64-linux = "sha256-Zzt/g96yAztE0NjVa4uaWXBckSvnGxP0K87Hmq82Mi0=";
+      aarch64-linux = "sha256-PNUUm7xNpPRyQaZm9YDXysJ1yo/IzxUz+kqI6/Z6fpo=";
     }.${stdenv.hostPlatform.system};
   };