osu-lazer-bin: 2023.924.1 -> 2023.1008.0

This commit upgrades osu-lazer-bin from version 2023.924.1 to
2023.1008.0. The changelog and release information for this update can
be viewed here:
https://github.com/ppy/osu/releases/tag/2023.1008.0
This commit is contained in:
spacefault 2023-10-08 00:52:46 -06:00
parent 5a1f65ce04
commit 296eeaf374
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.924.1";
version = "2023.1008.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-ZCTKVad1XArHxTa9nZfrSf6xFd0TNwryw9v+Doehurg=";
sha256 = "sha256-gtXbccVrQ2edEcDR7wG2Upv4b4a64tvu+/fiKghMquM=";
};
x86_64-darwin = {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip";
sha256 = "sha256-tvEUePRmOOwWugvZ32LOcptQCI/0LZv7uWG8mLjoy5c=";
sha256 = "sha256-qo4EovNt158XXfYOek4lmil2Qwv185fLjZIaBsXzw74=";
};
x86_64-linux = {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
sha256 = "sha256-oEfH6ctsiMrV6p8p7OdwNUBzGK7AERlmuAL1MXc0o4w=";
sha256 = "sha256-aZDRwZeCC4qBNktLeD7ezbp1Bydf6mP8crtpdayUiqI=";
};
}.${stdenv.system} or (throw "${pname}-${version}: ${stdenv.system} is unsupported.");