Skip to content

Commit 667e8fb

Browse files
authored
reaper: 7.34 -> 7.35 (#393610)
2 parents 9c2fbce + e59f4f8 commit 667e8fb

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.34";
41+
version = "7.35";
4242

4343
src = fetchurl {
4444
url = url_for_platform version stdenv.hostPlatform.qemuArch;
4545
hash =
4646
if stdenv.hostPlatform.isDarwin then
47-
"sha256-Z3m9qwNFH4bHNG1DD4Lbcr7N9b2swwE73iIh6NPX0l4="
47+
"sha256-X3KNESHUmcs3zcwURKvaDqvkf9P/XncO/hpsOGxKMmg="
4848
else
4949
{
50-
x86_64-linux = "sha256-R6nFi6OPBTIJhg752o9r0lGb24VYobiaWgp5bfvFykg=";
51-
aarch64-linux = "sha256-uoPf9rfYk0JyHcbqV3hXBqzmInuUd0xrrWCAYiT3/9I=";
50+
x86_64-linux = "sha256-VD2VUTZUYi+7rDCG1joElajbfxLiramQwwrUgDDpuPI=";
51+
aarch64-linux = "sha256-TFhv4CS7VCysup3Xy/uXHxaWhG4J8WCgxtaooGFj4vw=";
5252
}
5353
.${stdenv.hostPlatform.system};
5454
};

0 commit comments

Comments
 (0)