Skip to content

Commit 3531bb4

Browse files
authored
osu-lazer{,-bin}: 2024.1009.1 -> 2024.1115.3 (#356157)
2 parents dc5794b + 5340e34 commit 3531bb4

File tree

3 files changed

+48
-46
lines changed

3 files changed

+48
-46
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99

1010
let
1111
pname = "osu-lazer-bin";
12-
version = "2024.1009.1";
12+
version = "2024.1115.3";
1313

1414
src =
1515
{
1616
aarch64-darwin = fetchzip {
1717
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Apple.Silicon.zip";
18-
hash = "sha256-fH7cuk879nS8FDIZ8p29pg2aXLJUT+j6Emb39Y6FXq4=";
18+
hash = "sha256-dw+bfuei0Wbk3UNVKZRahZxxsJObTyzJOYEMXYJyUNE=";
1919
stripRoot = false;
2020
};
2121
x86_64-darwin = fetchzip {
2222
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip";
23-
hash = "sha256-kIH+zlNaqMVbr8FVDiLUh19gfrFUDPGBvMOrZqkMZAE=";
23+
hash = "sha256-EQA2HhoN52VdZsvq8IyocV4zRupVRfdyPpXF3nxZ8rM=";
2424
stripRoot = false;
2525
};
2626
x86_64-linux = fetchurl {
2727
url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
28-
hash = "sha256-2H2SPcUm/H/0D9BqBiTFvaCwd0c14/r+oWhyeZdNpoU=";
28+
hash = "sha256-kwZHy0FfOUFIWvyOj0ghlQz05U+Lnzl5TgC4T6bhm7o=";
2929
};
3030
}
3131
.${stdenv.system} or (throw "osu-lazer-bin: ${stdenv.system} is unsupported.");
@@ -42,6 +42,7 @@ let
4242
maintainers = with lib.maintainers; [
4343
gepbird
4444
stepbrobd
45+
Guanran928
4546
];
4647
mainProgram = "osu!";
4748
platforms = [

0 commit comments

Comments
 (0)