File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1010
1111let
1212 pname = "osu-lazer-bin" ;
13- version = "2025.316 .0" ;
13+ version = "2025.321 .0" ;
1414
1515 src =
1616 {
1717 aarch64-darwin = fetchzip {
1818 url = "https://github.com/ppy/osu/releases/download/${ version } /osu.app.Apple.Silicon.zip" ;
19- hash = "sha256-u5d8MjBRWd4Y/6avRyBIzgR9J+GJANjGYhkXhu7imbI =" ;
19+ hash = "sha256-oc5IbLhOGn7nug47YHpEqTkQoGWQXrVS77xQMW9khqw =" ;
2020 stripRoot = false ;
2121 } ;
2222 x86_64-darwin = fetchzip {
2323 url = "https://github.com/ppy/osu/releases/download/${ version } /osu.app.Intel.zip" ;
24- hash = "sha256-isgYm4+GXAC6A9P1UjNLcohNr1Zi4C/94V2jtLixGVI =" ;
24+ hash = "sha256-c1EHrkLbxYUwwgMdgGTHHkop6STFLVH8vRQ41MzGeeI =" ;
2525 stripRoot = false ;
2626 } ;
2727 x86_64-linux = fetchurl {
2828 url = "https://github.com/ppy/osu/releases/download/${ version } /osu.AppImage" ;
29- hash = "sha256-348B6gtYLRTGlyCNsWiOrqg98bF/cPIsPBroisApzfc =" ;
29+ hash = "sha256-mNxoEx/wgJ1OUm7y9JLd5vHSwfcB49QjKDVQWZaMDJQ =" ;
3030 } ;
3131 }
3232 . ${ stdenvNoCC . system } or ( throw "osu-lazer-bin: ${ stdenvNoCC . system } is unsupported." ) ;
Original file line number Diff line number Diff line change 2121
2222buildDotnetModule rec {
2323 pname = "osu-lazer" ;
24- version = "2025.316 .0" ;
24+ version = "2025.321 .0" ;
2525
2626 src = fetchFromGitHub {
2727 owner = "ppy" ;
2828 repo = "osu" ;
2929 tag = version ;
30- hash = "sha256-EbuJ3LrfW+JtNqFx9HSR5xWDZdXP72NXvKC05ek7zhc =" ;
30+ hash = "sha256-37foEm4MO8kuir72qARQ7LKiICRiRq1vorABh3OaL3g =" ;
3131 } ;
3232
3333 projectFile = "osu.Desktop/osu.Desktop.csproj" ;
You can’t perform that action at this time.
0 commit comments