about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorspacefault <74156492+spacefault@users.noreply.github.com>2023-09-26 00:10:53 -0600
committerspacefault <74156492+spacefault@users.noreply.github.com>2023-09-27 07:12:31 -0600
commit0aa0ba40b8c3a10d198a895b221a1dd36f067b01 (patch)
treeba581dc0b0cfa7270a16e43a474db24dc9bd70a7 /pkgs/games
parent58e74d1c86e0c3bbbcf89a8d6b9ba4c3b2124597 (diff)
downloadnixlib-0aa0ba40b8c3a10d198a895b221a1dd36f067b01.tar
nixlib-0aa0ba40b8c3a10d198a895b221a1dd36f067b01.tar.gz
nixlib-0aa0ba40b8c3a10d198a895b221a1dd36f067b01.tar.bz2
nixlib-0aa0ba40b8c3a10d198a895b221a1dd36f067b01.tar.lz
nixlib-0aa0ba40b8c3a10d198a895b221a1dd36f067b01.tar.xz
nixlib-0aa0ba40b8c3a10d198a895b221a1dd36f067b01.tar.zst
nixlib-0aa0ba40b8c3a10d198a895b221a1dd36f067b01.zip
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
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/osu-lazer/bin.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/osu-lazer/bin.nix b/pkgs/games/osu-lazer/bin.nix
index c1c9a61430e0..7af729487a08 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.");