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:12:51 -0700
committerspacefault <74156492+spacefault@users.noreply.github.com>2023-12-24 12:14:50 -0700
commitae0d7e0685ee8bb1169e43f148657e761772b2f8 (patch)
tree40ed86856ab30e7badae823ea6b7d7fc63351771 /pkgs/games
parent5331d53cf84ffce7fc87743c8d82d86d33c4adb4 (diff)
osu-lazer: 2023.1221.1 -> 2023.1224.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/osu-lazer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/osu-lazer/default.nix b/pkgs/games/osu-lazer/default.nix
index ffdd5bbcf779a..bbcc13e6ec5d1 100644
--- a/pkgs/games/osu-lazer/default.nix
+++ b/pkgs/games/osu-lazer/default.nix
@@ -16,13 +16,13 @@
 
 buildDotnetModule rec {
   pname = "osu-lazer";
-  version = "2023.1221.0";
+  version = "2023.1224.0";
 
   src = fetchFromGitHub {
     owner = "ppy";
     repo = "osu";
     rev = version;
-    sha256 = "sha256-iIyJQCi16Gf4knej+tZq5f92G9NX0ZLC6q/llAYwlLU=";
+    sha256 = "sha256-o/I8f0aYM9FnMuRF6+Yk2DH20EwgzbLwvl4lqPPPJUk=";
   };
 
   projectFile = "osu.Desktop/osu.Desktop.csproj";