about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authoruku <uku3lig@gmail.com>2024-01-13 17:54:18 +0100
committeruku <uku3lig@gmail.com>2024-01-13 18:13:58 +0100
commitd664b1c600b631d8febdd4fea6b560d519fc1cac (patch)
tree176e0c09ab3f8d5ca47b722595538681c5328109 /pkgs/games
parentc67a26cc1569e1a36dcd2f07611ce4f8e819895c (diff)
downloadnixlib-d664b1c600b631d8febdd4fea6b560d519fc1cac.tar
nixlib-d664b1c600b631d8febdd4fea6b560d519fc1cac.tar.gz
nixlib-d664b1c600b631d8febdd4fea6b560d519fc1cac.tar.bz2
nixlib-d664b1c600b631d8febdd4fea6b560d519fc1cac.tar.lz
nixlib-d664b1c600b631d8febdd4fea6b560d519fc1cac.tar.xz
nixlib-d664b1c600b631d8febdd4fea6b560d519fc1cac.tar.zst
nixlib-d664b1c600b631d8febdd4fea6b560d519fc1cac.zip
osu-lazer-bin: 2023.1231.0 -> 2024.113.0
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 ba624c8c575d..b155f7420f48 100644
--- a/pkgs/games/osu-lazer/bin.nix
+++ b/pkgs/games/osu-lazer/bin.nix
@@ -7,22 +7,22 @@
 
 let
   pname = "osu-lazer-bin";
-  version = "2023.1231.0";
+  version = "2024.113.0";
 
   src = {
     aarch64-darwin = fetchzip {
       url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Apple.Silicon.zip";
-      hash = "sha256-nvO8PPh+zBReHvDNFg1tXqSVICvhR9imEPC8y2gTNoA=";
+      hash = "sha256-7/gPvjp45yzKADEYFuZCkxUaJNlsoWUgOcgb93GYE+k=";
       stripRoot = false;
     };
     x86_64-darwin = fetchzip {
       url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip";
-      hash = "sha256-W4SJ4I8ebpUXiOzKh/WyyOGHuS49lyfbgHc5ec/qhZY=";
+      hash = "sha256-u7255jnXkC/sTSaxeABsSrE4RgxG34A4fd70eD5Qmb0=";
       stripRoot = false;
     };
     x86_64-linux = fetchurl {
       url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
-      hash = "sha256-BOe42jIwVBSZF0T/TMvOTdu2sQe19jpAl8WkqyZjy8U=";
+      hash = "sha256-pVTIcveB3ELvsoap0y8jI+DbXiqbp1D00YuqF1q2lHY=";
     };
   }.${stdenv.system} or (throw "${pname}-${version}: ${stdenv.system} is unsupported.");