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.27 " ;
31+ version = "7.28 " ;
3232
3333 src = fetchurl {
3434 url = url_for_platform version stdenv . hostPlatform . qemuArch ;
35- hash = if stdenv . hostPlatform . isDarwin then "sha256-jDqdtm0W5mF8U/KJi7vRse9tT2X4AVwHUtvXC+6iADM =" else {
36- x86_64-linux = "sha256-/szRnFsu0LpthdMOy/6fmkE72zxBvhQkcVhPtO54Djk =" ;
37- aarch64-linux = "sha256-yl5PCRSzRiZ5TF9gXoP572H19/vlszJeFARtZy5ClXI =" ;
35+ hash = if stdenv . hostPlatform . isDarwin then "sha256-bhrBIXrE3gaAjpqrOtFK9Awb3rKMIckYhpQKVioBbqY =" else {
36+ x86_64-linux = "sha256-HTxuu1IfjDYnCRksW5tjbOLIFz150wBwyJKCkMATlAk =" ;
37+ aarch64-linux = "sha256-3jH6UwQefhLyymGltw7+//tUaO0V/3VySWuDsS3cqSo =" ;
3838 } . ${ stdenv . hostPlatform . system } ;
3939 } ;
4040
You can’t perform that action at this time.
0 commit comments