From 0aa0ba40b8c3a10d198a895b221a1dd36f067b01 Mon Sep 17 00:00:00 2001 From: spacefault <74156492+spacefault@users.noreply.github.com> Date: Tue, 26 Sep 2023 00:10:53 -0600 Subject: [PATCH] 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 --- pkgs/games/osu-lazer/bin.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/games/osu-lazer/bin.nix b/pkgs/games/osu-lazer/bin.nix index c1c9a61430e..7af729487a0 100644 --- a/pkgs/games/osu-lazer/bin.nix +++ b/pkgs/games/osu-lazer/bin.nix @@ -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.");