about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorspacefault <74156492+spacefault@users.noreply.github.com>2023-12-24 12:05:30 -0700
committerspacefault <74156492+spacefault@users.noreply.github.com>2023-12-24 12:05:30 -0700
commit5331d53cf84ffce7fc87743c8d82d86d33c4adb4 (patch)
tree0bce61c50606034ce01d0c8d8f9206f1c652a9a5 /pkgs/games
parentb920969079c2d25e2d5fd1cc11cbd5bb3ff98ffc (diff)
osu-lazer-bin: 2023.1221.0 -> 2023.1224.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 e3a85c088fdb7..ffa52a6746d76 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.1221.0";
+  version = "2023.1224.0";
 
   src = {
     aarch64-darwin = fetchzip {
       url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Apple.Silicon.zip";
-      hash = "sha256-viurUlCdPU2Jo5IzEfq+As1mW6GI6LZsKocnkgMvsGU=";
+      hash = "sha256-6+Ddar9uu/0U0H/rvs0J3v+BfNHtDnJbnjmzRt5zYlc=";
       stripRoot = false;
     };
     x86_64-darwin = fetchzip {
       url = "https://github.com/ppy/osu/releases/download/${version}/osu.app.Intel.zip";
-      hash = "sha256-fbOqySfBomVoWZvMFWhPAi/cWaH5akRdeMIxBJcFXdg=";
+      hash = "sha256-TJR0GpMEL3Gu+cQZMI7rwdeY0rm5CIbhIJ1AG653csg=";
       stripRoot = false;
     };
     x86_64-linux = fetchurl {
       url = "https://github.com/ppy/osu/releases/download/${version}/osu.AppImage";
-      hash = "sha256-Flxwh4Jlb60joJ/VYVevw4So612Cnyy1gPnJ7tTKxV0=";
+      hash = "sha256-4kwRTgkiLWbDxR+KTc6pyULKLS2wDKNC4BO6OhysijI=";
     };
   }.${stdenv.system} or (throw "${pname}-${version}: ${stdenv.system} is unsupported.");