osu-lazer-bin: 2026.711.0 -> 2026.726.0

(cherry picked from commit ce1c1ae44d)
This commit is contained in:
Gutyina Gergő
2026-07-26 10:22:21 +00:00
committed by github-actions[bot]
parent 329c3d2af6
commit 6db3388786

View File

@@ -10,13 +10,13 @@
let
pname = "osu-lazer-bin";
version = "2026.711.0";
version = "2026.726.0";
src =
{
aarch64-darwin = fetchzip {
url = "https://github.com/ppy/osu/releases/download/${version}-lazer/osu.app.Apple.Silicon.zip";
hash = "sha256-XwfNO38dDaUmu/3AEgRwV0VW6JrAUCxWD6Wt0Ew23Eo=";
hash = "sha256-LwikashfaYrKB2LqQ0YleOqu0ikykxrSgZE68aRaV9s=";
stripRoot = false;
};
x86_64-darwin = fetchzip {
@@ -26,7 +26,7 @@ let
};
x86_64-linux = fetchurl {
url = "https://github.com/ppy/osu/releases/download/${version}-lazer/osu.AppImage";
hash = "sha256-KyA5UCvb9epk7jRtdG5wl0LzKc6/D2rkw5EJQxIaihw=";
hash = "sha256-PTAoYJVD3/0DewBlJgP3WShRUQC2JFvJKancRv07KaA=";
};
}
.${stdenvNoCC.system} or (throw "osu-lazer-bin: ${stdenvNoCC.system} is unsupported.");