File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/os/osu-lazer-bin Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010let
1111 pname = "osu-lazer-bin" ;
12- version = "2024.1115.2 " ;
12+ version = "2024.1115.3 " ;
1313
1414 src =
1515 {
1616 aarch64-darwin = fetchzip {
1717 url = "https://github.com/ppy/osu/releases/download/${ version } /osu.app.Apple.Silicon.zip" ;
18- hash = "sha256-yfXhIBNc7GWN3rUHgaLU6tXxYfrqJ80u9rnhE+fXlfA =" ;
18+ hash = "sha256-dw+bfuei0Wbk3UNVKZRahZxxsJObTyzJOYEMXYJyUNE =" ;
1919 stripRoot = false ;
2020 } ;
2121 x86_64-darwin = fetchzip {
2222 url = "https://github.com/ppy/osu/releases/download/${ version } /osu.app.Intel.zip" ;
23- hash = "sha256-P0ZXZEF8Zf62dTjjpTlMNJThkpfWed7LeZsc+6Unw+8 =" ;
23+ hash = "sha256-EQA2HhoN52VdZsvq8IyocV4zRupVRfdyPpXF3nxZ8rM =" ;
2424 stripRoot = false ;
2525 } ;
2626 x86_64-linux = fetchurl {
2727 url = "https://github.com/ppy/osu/releases/download/${ version } /osu.AppImage" ;
28- hash = "sha256-2H2SPcUm/H/0D9BqBiTFvaCwd0c14/r+oWhyeZdNpoU =" ;
28+ hash = "sha256-kwZHy0FfOUFIWvyOj0ghlQz05U+Lnzl5TgC4T6bhm7o =" ;
2929 } ;
3030 }
3131 . ${ stdenv . system } or ( throw "osu-lazer-bin: ${ stdenv . system } is unsupported." ) ;
You can’t perform that action at this time.
0 commit comments