Skip to content

Commit b9a69c9

Browse files
authored
osu-lazer{,-bin}: 2025.316.0 -> 2025.321.0 (#391899)
2 parents 0d9bf79 + 366f8fe commit b9a69c9

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

pkgs/by-name/os/osu-lazer-bin/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010

1111
let
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.");

pkgs/by-name/os/osu-lazer/deps.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/os/osu-lazer/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
buildDotnetModule 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";

0 commit comments

Comments
 (0)