openttd-jgrpp: 0.52.1 -> 0.53.1

This commit is contained in:
Jack Cummings 2023-05-02 07:04:02 -07:00
parent 6c9d5c8308
commit 961afde769

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 ];