openttd-jgrpp: 0.53.1 -> 0.54.1

This commit is contained in:
Stefan Frijters 2023-06-13 21:18:12 +02:00
parent de847f9917
commit 84b442b179
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -2,13 +2,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.53.1";
version = "0.54.1";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-+5AOsop3x1fkX5UfxMFLhrTLeSnt+E0PYoU5n31N3f4=";
hash = "sha256-MfYh2a3wjWB/5zgTE8AAIREI2OEhykqF0Rad7I+912U=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];