about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorJack Cummings <jack@mudshark.org>2023-05-02 07:04:02 -0700
committerJack Cummings <jack@mudshark.org>2023-05-02 07:04:02 -0700
commit961afde769c6717592a6c32b101198d701aec8e5 (patch)
tree01127dcf6e598245af1cb5271a688d9bedcb9c57 /pkgs/games
parent6c9d5c83087d94511d27c6613cee97953f48a51a (diff)
openttd-jgrpp: 0.52.1 -> 0.53.1
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 67daa9a151889..5ceb318a67a0d 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.52.1";
+  version = "0.53.1";
 
   src = fetchFromGitHub rec {
     owner = "JGRennison";
     repo = "OpenTTD-patches";
     rev = "jgrpp-${version}";
-    hash = "sha256-1coNn+L4DrkqyOOnDyNpzCnIe/pOzGSB5+DNs8ETdGU=";
+    hash = "sha256-+5AOsop3x1fkX5UfxMFLhrTLeSnt+E0PYoU5n31N3f4=";
   };
 
   buildInputs = oldAttrs.buildInputs ++ [ zstd ];