summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-20 21:15:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-20 21:15:15 +0000
commitcf2633cdb61ec559f418e4a6b1ec8b77a75adeec (patch)
tree9e79ae5bf239c55f8421401575588339ab8e087a
parent65d8de75bd039037e896b6c9c18c7f426f74d668 (diff)
reaper: 7.14 -> 7.15
-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 d2a2170609c1..7adba1d0c156 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.14";
+ version = "7.15";
src = fetchurl {
url = url_for_platform version stdenv.hostPlatform.qemuArch;
- hash = if stdenv.isDarwin then "sha256-cPxHriUNIG1EUmvOoW00V2Y0j+7BuxSIEbPy+qy5ZEM=" else {
- x86_64-linux = "sha256-RgKteq157r4r088mr9wvPPa/rhmX88/lmVJ7mS17px4=";
- aarch64-linux = "sha256-Qnb6ZoDIkfRct6dvqXKeYHgXyyEFLSj9R0hwa2bUiXo=";
+ hash = if stdenv.isDarwin then "sha256-7tWgbHIkARgsPi0buvbQb4qTqndyPwRRqut1Gj4WNZE=" else {
+ x86_64-linux = "sha256-O1xh+DKwPKTcQrNhWMX5ErKa1hXq0yeyt/XJMQav11c=";
+ aarch64-linux = "sha256-rQE8Aa+iFWpA18udCXm4JW8BPTEDeEQAupy353Sbcl8=";
}.${stdenv.hostPlatform.system};
};