about summary refs log tree commit diff
path: root/pkgs/games/openttd/jgrpp.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-17 00:02:09 +0000
committerGitHub <noreply@github.com>2024-05-17 00:02:09 +0000
commit212fb8cd176fcb3d0154074f15b33a01aaa25103 (patch)
treebf1ccc54d3b1192f25561b50dfcdf9bb0393a04e /pkgs/games/openttd/jgrpp.nix
parenta3ea0b0a5c1e3c92abe7cc3395707e2896f0961b (diff)
parentea77cefecb0ab07e61d6bde3e24c7ae6820b96d5 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/games/openttd/jgrpp.nix')
-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 30e302b17f972..6dea02eb49f0b 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.3";
+  version = "0.59.0";
 
   src = fetchFromGitHub rec {
     owner = "JGRennison";
     repo = "OpenTTD-patches";
     rev = "jgrpp-${version}";
-    hash = "sha256-NRCdZ7iSeofVjH/kjpnw4zlxXc4ojhF1xfMpAfZuu98=";
+    hash = "sha256-90swZyzEdCpWsZb0aZnwRrzGkJT6gef1kMB/q+EXE3M=";
   };
 
   buildInputs = oldAttrs.buildInputs ++ [ zstd ];