Skip to content

Commit bff5457

Browse files
authored
reaper: 7.30 -> 7.33 (#379281)
2 parents 5f210c3 + f14089e commit bff5457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/applications/audio/reaper/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ let
3838
in
3939
stdenv.mkDerivation rec {
4040
pname = "reaper";
41-
version = "7.30";
41+
version = "7.33";
4242

4343
src = fetchurl {
4444
url = url_for_platform version stdenv.hostPlatform.qemuArch;
4545
hash =
4646
if stdenv.hostPlatform.isDarwin then
47-
"sha256-nPt2dWbbctRrC3+UufMMLiAikOaMB33tDfFCscJx5cA="
47+
"sha256-EBPMuW2cuuw9B6nbUDQiRyugQOItWHldGPvlijW7s9Y="
4848
else
4949
{
50-
x86_64-linux = "sha256-rN4SMGkoO03JCmPOKabOdOlk2nfmGDYk1tSfniPyRnQ=";
51-
aarch64-linux = "sha256-kASD5099XAoy6w3K5z0y8xrSNpomTWAFOWjtHgULwAA=";
50+
x86_64-linux = "sha256-C+iJO6hQib2Z5FKB2dBRD963x9ezSt8G3E3ocaY56TI=";
51+
aarch64-linux = "sha256-Lbf8yY6UqtfqHWYkLRzUkasdjxyPxFoxdehJG0+0u44=";
5252
}
5353
.${stdenv.hostPlatform.system};
5454
};

0 commit comments

Comments
 (0)