about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorspacefault <74156492+spacefault@users.noreply.github.com>2024-01-10 10:47:47 -0700
committerspacefault <74156492+spacefault@users.noreply.github.com>2024-01-10 10:47:47 -0700
commit7370ff6e1066489ecefe53cc652091dc30a5c2b2 (patch)
tree90030b64ab179472425768d3fa03f9ca9987aa89 /pkgs/games
parent6db6235a822b2148c390653a5f5c6557a9155516 (diff)
osu-lazer-bin: 2023.1224.0 -> 2023.1231.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 9949a2ee9f0fa..bf9170f0fe920 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.1229.0";
+  version = "2023.1231.0";
 
   src = fetchFromGitHub {
     owner = "ppy";
     repo = "osu";
     rev = version;
-    hash = "sha256-2GcPV6UHnNdToXfLs2+i3XNwE6Ymaj2bqNb5EePE3kM=";
+    hash = "sha256-QNIBfB0d1Zjpm31w5Rb3Vve1KIwH7hbEP3zALFLpO/8=";
   };
 
   projectFile = "osu.Desktop/osu.Desktop.csproj";