File tree Expand file tree Collapse file tree 3 files changed +164
-84
lines changed
Expand file tree Collapse file tree 3 files changed +164
-84
lines changed Original file line number Diff line number Diff line change 1010
1111let
1212 pname = "osu-lazer-bin" ;
13- version = "2025.101.0 " ;
13+ version = "2025.118.2 " ;
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-JPRjnpBt9CW4/8ykPbVCM6kv8CXEacqJTt6CPByd1P4 =" ;
19+ hash = "sha256-cUyndZAKc2Dd3YHb+rdq5QRE7ei9MxrLaal7yvjVsKE =" ;
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-ryDKe8A8pCycPpupWv+zEtGWFs96sBahLF00hCzUViM =" ;
24+ hash = "sha256-tTuiFEUv5ZVXxiN4ZN26p4ysJWeU2ccQsN06/zR2780 =" ;
2525 stripRoot = false ;
2626 } ;
2727 x86_64-linux = fetchurl {
2828 url = "https://github.com/ppy/osu/releases/download/${ version } /osu.AppImage" ;
29- hash = "sha256-GsnTxVpNk2RXHLET6Ugv0/ZOlq8RUkw2ZXqRjkU+dzw =" ;
29+ hash = "sha256-E2WWjLFEAqDqFso8eO+coZ2cuQEhUS0nBZY45jInEFA =" ;
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