about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-14 00:13:07 +0200
committerGitHub <noreply@github.com>2024-04-14 00:13:07 +0200
commit1285fbf1d5eea520e2ff997354b31310ffcc03a5 (patch)
tree4638a44edf971908dc230e271f6b247ee62893d3
parentb432281d974471484e95a2f625c358f449a54d0d (diff)
parent43291a15b34f7fcd9a2b416623e54ee35deba2f5 (diff)
Merge pull request #303538 from r-ryantm/auto-update/openloco
openloco: 24.01.1 -> 24.04
-rw-r--r--pkgs/games/openloco/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/openloco/default.nix b/pkgs/games/openloco/default.nix
index df5b2ca31862c..ef4e12631f512 100644
--- a/pkgs/games/openloco/default.nix
+++ b/pkgs/games/openloco/default.nix
@@ -13,13 +13,13 @@
 
 stdenv.mkDerivation rec {
   pname = "openloco";
-  version = "24.01.1";
+  version = "24.04";
 
   src = fetchFromGitHub {
     owner = "OpenLoco";
     repo = "OpenLoco";
     rev = "v${version}";
-    hash = "sha256-QkJmJGObp5irk66SSGTxjydcp3sPaCbxcjcU3XGTVfo=";
+    hash = "sha256-LyA1Wl2xto05DUp3kuWEQo7Hbk8PAy990PC7bLeBFto=";
   };
 
   # the upstream build process determines the version tag from git; since we