Skip to content

Commit e3865f8

Browse files
committed
reaper: 7.36 -> 7.38
1 parent c328e3e commit e3865f8

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

4343
src = fetchurl {
4444
url = url_for_platform version stdenv.hostPlatform.qemuArch;
4545
hash =
4646
if stdenv.hostPlatform.isDarwin then
47-
"sha256-++LWAnOUNVe3EOkBMlHizaBSQ5B2DJPhNUT8w2mTuiI="
47+
"sha256-2DmwbOQ1sNVL3krlG27KOdhuwalZRjafuWzWFYiWpng="
4848
else
4949
{
50-
x86_64-linux = "sha256-wQIDTumxQI8S446u87noYvIx/pyfCa/Xe1U/Ot/7ESY=";
51-
aarch64-linux = "sha256-5AkwRG1+xDVAhEOUTdpK1G7+qjE68zr4hs55mMQivmM=";
50+
x86_64-linux = "sha256-GiN20Dj+kBNbOI1CASCDJFIUbOYfBc5K/bwf42Pc3Zk=";
51+
aarch64-linux = "sha256-CziepFXytiMJ7eMtCziaYphYgYQJywQ9JtrLHzBU5Cw=";
5252
}
5353
.${stdenv.hostPlatform.system};
5454
};

0 commit comments

Comments
 (0)