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