osu-lazer-bin: 2023.1008.1 -> 2023.1026.0

This commit updates the osu-lazer-bin package from 2023.1008.1 to
2023.1026.0. The release notes for this version can be seen here:
https://github.com/ppy/osu/releases/tag/2023.1026.0
This commit is contained in:
spacefault 2023-10-26 16:42:34 -06:00
parent 891a9ea22b
commit 7dfb190656
No known key found for this signature in database
GPG Key ID: 2D8D6F15D1054CAA

View File

@ -7,21 +7,21 @@
let
pname = "osu-lazer-bin";
version = "2023.1008.1";
version = "2023.1026.0";
name = "${pname}-${version}";
osu-lazer-bin-src = {
aarch64-darwin = {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Apple.Silicon.zip";
sha256 = "sha256-eL5UVZqAH7Ta442xIDjaOPu3NXJmck+lS+BoD/qnOMs=";
sha256 = "sha256-6IaN189cV/ORP77zrjdcCPwPzNR/W6JmrZXVasCx8MQ=";
};
x86_64-darwin = {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip";
sha256 = "sha256-x/HL73Fao11GVj7uMFpx4uOKv8Gmiy1PEgee2sP1fvg=";
sha256 = "sha256-XrlajKT3GLjfj800mULj9iwkF9Bvx9Rlz56K6welq2U=";
};
x86_64-linux = {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
sha256 = "sha256-QqyymPkeRcedK75O9S0zO8DrUmPKuC7Mp4SbXT+QM9I=";
sha256 = "sha256-yr7PtBUBE0tB0giAE8aQCNJvxS/tMzlLWpJ3NyosQZk=";
};
}.${stdenv.system} or (throw "${pname}-${version}: ${stdenv.system} is unsupported.");