Skip to content

Commit e4476f4

Browse files
authored
reaper: 7.27 -> 7.28 (#363792)
2 parents 9a4bd92 + 602152c commit e4476f4

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
@@ -28,13 +28,13 @@ let
2828
in
2929
stdenv.mkDerivation rec {
3030
pname = "reaper";
31-
version = "7.27";
31+
version = "7.28";
3232

3333
src = fetchurl {
3434
url = url_for_platform version stdenv.hostPlatform.qemuArch;
35-
hash = if stdenv.hostPlatform.isDarwin then "sha256-jDqdtm0W5mF8U/KJi7vRse9tT2X4AVwHUtvXC+6iADM=" else {
36-
x86_64-linux = "sha256-/szRnFsu0LpthdMOy/6fmkE72zxBvhQkcVhPtO54Djk=";
37-
aarch64-linux = "sha256-yl5PCRSzRiZ5TF9gXoP572H19/vlszJeFARtZy5ClXI=";
35+
hash = if stdenv.hostPlatform.isDarwin then "sha256-bhrBIXrE3gaAjpqrOtFK9Awb3rKMIckYhpQKVioBbqY=" else {
36+
x86_64-linux = "sha256-HTxuu1IfjDYnCRksW5tjbOLIFz150wBwyJKCkMATlAk=";
37+
aarch64-linux = "sha256-3jH6UwQefhLyymGltw7+//tUaO0V/3VySWuDsS3cqSo=";
3838
}.${stdenv.hostPlatform.system};
3939
};
4040

0 commit comments

Comments
 (0)