Skip to content

Commit c6b5248

Browse files
osu-lazer{,-bin}: 2025.101.0 -> 2025.118.2 (NixOS#374990)
2 parents 1e9691e + bcec2d6 commit c6b5248

File tree

3 files changed

+164
-84
lines changed

3 files changed

+164
-84
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.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.");

0 commit comments

Comments
 (0)