File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/applications/audio/reaper Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838in
3939stdenv . 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 } ;
You can’t perform that action at this time.
0 commit comments