Skip to content

Commit 5340e34

Browse files
committed
osu-lazer-bin: 2024.1115.2 -> 2024.1115.3
1 parent 52bb761 commit 5340e34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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
@@ -9,23 +9,23 @@
99

1010
let
1111
pname = "osu-lazer-bin";
12-
version = "2024.1115.2";
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-yfXhIBNc7GWN3rUHgaLU6tXxYfrqJ80u9rnhE+fXlfA=";
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-P0ZXZEF8Zf62dTjjpTlMNJThkpfWed7LeZsc+6Unw+8=";
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.");

0 commit comments

Comments
 (0)