Merge pull request #229489 from jcumming/openttd-jgrpp-0-53-1

openttd-jgrpp: 0.52.1 -> 0.53.1
This commit is contained in:
Franz Pletz
2023-05-03 16:38:36 +02:00
committed by GitHub
+2 -2
View File
@@ -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 ];