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 2828in
2929stdenv . mkDerivation rec {
3030 pname = "reaper" ;
31- version = "7.16 " ;
31+ version = "7.17 " ;
3232
3333 src = fetchurl {
3434 url = url_for_platform version stdenv . hostPlatform . qemuArch ;
35- hash = if stdenv . isDarwin then "sha256-UMliD9tk8VDpeQ4tBC31peemv7HAKHW0xtqoSkzYG4Y =" else {
36- x86_64-linux = "sha256-sK0GVK29SGkLBILeWcFjcvQ956NCPb1HvqmXLeLbgP8 =" ;
37- aarch64-linux = "sha256-mJ/UtrWaPq3Oar8rMvRFm8iafK1I7bL42deIQyiHVMk =" ;
35+ hash = if stdenv . isDarwin then "sha256-4+8MhvQ1LhfyhFCOMBgD4HHt0Oaj25y2U04++JuXxCM =" else {
36+ x86_64-linux = "sha256-q3oTKcFSNec10kT1FlDaf2GS967y38VLq9GsquwN2Lg =" ;
37+ aarch64-linux = "sha256-5mxVkppm1SjC0C0SFI7uEdPWewNZXlrNAxbaFcNzzbU =" ;
3838 } . ${ stdenv . hostPlatform . system } ;
3939 } ;
4040
You can’t perform that action at this time.
0 commit comments