Merge pull request #312258 from r-ryantm/auto-update/openttd-jgrpp

openttd-jgrpp: 0.58.3 -> 0.59.0
This commit is contained in:
Pol Dellaiera
2024-05-16 22:25:22 +02:00
committed by GitHub
+2 -2
View File
@@ -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 ];