about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-05 17:51:30 +0200
committerGitHub <noreply@github.com>2024-05-05 17:51:30 +0200
commit48c6d88310ccd3eb9fe7a7c0ac37df1175be686b (patch)
tree080934383e0d49b910fa05df771b0252a6581ffb /pkgs
parent5c1688feafd2548d6788093ec24aaa0db35e217f (diff)
parent7fdae651a7d0c42f93789c2d69d8bd3852e4ad64 (diff)
Merge pull request #307741 from r-ryantm/auto-update/openttd-jgrpp
openttd-jgrpp: 0.58.2 -> 0.58.3
Diffstat (limited to 'pkgs')
-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 d26c62dd8906b..30e302b17f972 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.58.2";
+  version = "0.58.3";
 
   src = fetchFromGitHub rec {
     owner = "JGRennison";
     repo = "OpenTTD-patches";
     rev = "jgrpp-${version}";
-    hash = "sha256-XwKCqfYgrqQpo/2L+vHCde/z2QV88BFL+WQqvsEYdhE=";
+    hash = "sha256-NRCdZ7iSeofVjH/kjpnw4zlxXc4ojhF1xfMpAfZuu98=";
   };
 
   buildInputs = oldAttrs.buildInputs ++ [ zstd ];