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 1010
1111let
1212 pname = "osu-lazer-bin" ;
13- version = "2025.1209 .0" ;
13+ version = "2025.1218 .0" ;
1414
1515 src =
1616 {
1717 aarch64-darwin = fetchzip {
1818 url = "https://github.com/ppy/osu/releases/download/${ version } -lazer/osu.app.Apple.Silicon.zip" ;
19- hash = "sha256-qzmW9STCoIoz2+UGkybvB9AE536r3VghMahPFT020to =" ;
19+ hash = "sha256-uuzXmpGvFucNwRXTcI2p5pEnDthXUo3ycMOEtm7cAhQ =" ;
2020 stripRoot = false ;
2121 } ;
2222 x86_64-darwin = fetchzip {
2323 url = "https://github.com/ppy/osu/releases/download/${ version } -lazer/osu.app.Intel.zip" ;
24- hash = "sha256-421KNsV4Nb3JSjJb0OMkdAEsb/YnI/st7Vio29WAtZs =" ;
24+ hash = "sha256-0+5DilSzSdXSq9XevqH/tXdjVuMOaNk5Ve04o6oXIQo =" ;
2525 stripRoot = false ;
2626 } ;
2727 x86_64-linux = fetchurl {
2828 url = "https://github.com/ppy/osu/releases/download/${ version } -lazer/osu.AppImage" ;
29- hash = "sha256-42Fx3CxLcW97cxRXXCqPJ8NzRBnpi62IjxGLnSRkO4g =" ;
29+ hash = "sha256-9TLdClS9+bDt0/cONsQjB5nUmis+rWOo5JAtw4oeGU0 =" ;
3030 } ;
3131 }
3232 . ${ stdenvNoCC . system } or ( throw "osu-lazer-bin: ${ stdenvNoCC . system } is unsupported." ) ;
You can’t perform that action at this time.
0 commit comments