File tree Expand file tree Collapse file tree 3 files changed +48
-46
lines changed Expand file tree Collapse file tree 3 files changed +48
-46
lines changed Original file line number Diff line number Diff line change 99
1010let
1111 pname = "osu-lazer-bin" ;
12- version = "2024.1009.1 " ;
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-fH7cuk879nS8FDIZ8p29pg2aXLJUT+j6Emb39Y6FXq4 =" ;
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-kIH+zlNaqMVbr8FVDiLUh19gfrFUDPGBvMOrZqkMZAE =" ;
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." ) ;
4242 maintainers = with lib . maintainers ; [
4343 gepbird
4444 stepbrobd
45+ Guanran928
4546 ] ;
4647 mainProgram = "osu!" ;
4748 platforms = [
You can’t perform that action at this time.
0 commit comments