osu-lazer-bin: 2023.914.0 -> 2023.924.1

This commit upgrades the osu-lazer-bin package from version 2023.914.0
to 2023.924.1. The changelog and release notes for this upgrade can be
viewed here:
https://github.com/ppy/osu/releases/tag/2023.924.1

Revert "osu-lazer-bin: 2023.914.0 -> 2023.924.1"

This reverts commit ee5c11cfb9ea235f569d68c370ccde12146d21d0.

osu-lazer-bin: 2023.914.0 -> 2023.924.1

This commit updates osu-lazer-bin from 2023.914.0 to 2023.924.1. The
changelog can be seen here:
https://github.com/ppy/osu/releases/tag/2023.924.1
This commit is contained in:
spacefault 2023-09-26 00:10:53 -06:00
parent 58e74d1c86
commit 0aa0ba40b8
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.914.0";
version = "2023.924.1";
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-F+KQmr6XQAwo/QXhRog5bH2pYmP47jBZ5+x/ehD0E3Y=";
sha256 = "sha256-ZCTKVad1XArHxTa9nZfrSf6xFd0TNwryw9v+Doehurg=";
};
x86_64-darwin = {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip";
sha256 = "sha256-gdLL8awOJ29kyabKQ1qRuhIbtUFpVxo3Posg8WjTPJA=";
sha256 = "sha256-tvEUePRmOOwWugvZ32LOcptQCI/0LZv7uWG8mLjoy5c=";
};
x86_64-linux = {
url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
sha256 = "sha256-5hrzR1HkWjKpB8JmaOpc+hFg9o4bE+WXMKPBGdMWIFw=";
sha256 = "sha256-oEfH6ctsiMrV6p8p7OdwNUBzGK7AERlmuAL1MXc0o4w=";
};
}.${stdenv.system} or (throw "${pname}-${version}: ${stdenv.system} is unsupported.");