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.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 } ;
You can’t perform that action at this time.
0 commit comments