Skip to content

Commit a7b48d6

Browse files
committed
osu-lazer-bin: 2025.1209.0 -> 2025.1218.0
1 parent cdf2d5b commit a7b48d6

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
@@ -10,23 +10,23 @@
1010

1111
let
1212
pname = "osu-lazer-bin";
13-
version = "2025.1209.0";
13+
version = "2025.1218.0";
1414

1515
src =
1616
{
1717
aarch64-darwin = fetchzip {
1818
url = "https://github.com/ppy/osu/releases/download/${version}-lazer/osu.app.Apple.Silicon.zip";
19-
hash = "sha256-qzmW9STCoIoz2+UGkybvB9AE536r3VghMahPFT020to=";
19+
hash = "sha256-uuzXmpGvFucNwRXTcI2p5pEnDthXUo3ycMOEtm7cAhQ=";
2020
stripRoot = false;
2121
};
2222
x86_64-darwin = fetchzip {
2323
url = "https://github.com/ppy/osu/releases/download/${version}-lazer/osu.app.Intel.zip";
24-
hash = "sha256-421KNsV4Nb3JSjJb0OMkdAEsb/YnI/st7Vio29WAtZs=";
24+
hash = "sha256-0+5DilSzSdXSq9XevqH/tXdjVuMOaNk5Ve04o6oXIQo=";
2525
stripRoot = false;
2626
};
2727
x86_64-linux = fetchurl {
2828
url = "https://github.com/ppy/osu/releases/download/${version}-lazer/osu.AppImage";
29-
hash = "sha256-42Fx3CxLcW97cxRXXCqPJ8NzRBnpi62IjxGLnSRkO4g=";
29+
hash = "sha256-9TLdClS9+bDt0/cONsQjB5nUmis+rWOo5JAtw4oeGU0=";
3030
};
3131
}
3232
.${stdenvNoCC.system} or (throw "osu-lazer-bin: ${stdenvNoCC.system} is unsupported.");

0 commit comments

Comments
 (0)