File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
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." ) ;
Original file line number Diff line number Diff line change 2222
2323buildDotnetModule rec {
2424 pname = "osu-lazer" ;
25- version = "2025.1209 .0" ;
25+ version = "2025.1218 .0" ;
2626
2727 src = fetchFromGitHub {
2828 owner = "ppy" ;
2929 repo = "osu" ;
3030 tag = "${ version } -lazer" ;
31- hash = "sha256-uxC+3M2KMnG292Ab1Sa/QnkxQXNogSqE7Tij/moDzkE =" ;
31+ hash = "sha256-/gVzw1itPiEEoqTQSNCAgYpkN6cNT8PARYj2MKb4wNc =" ;
3232 } ;
3333
3434 projectFile = "osu.Desktop/osu.Desktop.csproj" ;
You can’t perform that action at this time.
0 commit comments