about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-31 04:26:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-31 04:26:40 +0000
commitf00ea27c41789cd7d26fa64cc40c60967bd20a6d (patch)
treea174e1ae337894d12a8f052f6cf0e7ec25e54fcf /pkgs/games
parent0b8f8e0cd9a072620f3054d066acbcc7d5566dd3 (diff)
downloadnixlib-f00ea27c41789cd7d26fa64cc40c60967bd20a6d.tar
nixlib-f00ea27c41789cd7d26fa64cc40c60967bd20a6d.tar.gz
nixlib-f00ea27c41789cd7d26fa64cc40c60967bd20a6d.tar.bz2
nixlib-f00ea27c41789cd7d26fa64cc40c60967bd20a6d.tar.lz
nixlib-f00ea27c41789cd7d26fa64cc40c60967bd20a6d.tar.xz
nixlib-f00ea27c41789cd7d26fa64cc40c60967bd20a6d.tar.zst
nixlib-f00ea27c41789cd7d26fa64cc40c60967bd20a6d.zip
openttd-jgrpp: 0.56.2 -> 0.57.0
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/openttd/jgrpp.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/openttd/jgrpp.nix b/pkgs/games/openttd/jgrpp.nix
index 6a2e9a358d7e..13c0d7ea6d6e 100644
--- a/pkgs/games/openttd/jgrpp.nix
+++ b/pkgs/games/openttd/jgrpp.nix
@@ -2,13 +2,13 @@
 
 openttd.overrideAttrs (oldAttrs: rec {
   pname = "openttd-jgrpp";
-  version = "0.56.2";
+  version = "0.57.0";
 
   src = fetchFromGitHub rec {
     owner = "JGRennison";
     repo = "OpenTTD-patches";
     rev = "jgrpp-${version}";
-    hash = "sha256-87MquPFoFz6LFlwBTDrFNO11UYCtZUzdZYR1YttkDF8=";
+    hash = "sha256-gXn5O+WSYCK34FKMBOyuTg3cq4Yg59CuLxxzwLbsFBA=";
   };
 
   buildInputs = oldAttrs.buildInputs ++ [ zstd ];