openttd-jgrpp: 0.54.1 -> 0.54.4

This commit is contained in:
Stefan Frijters 2023-08-01 11:44:53 +02:00
parent 9a55390da7
commit 0e24afe8ea
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.54.1";
version = "0.54.4";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-MfYh2a3wjWB/5zgTE8AAIREI2OEhykqF0Rad7I+912U=";
hash = "sha256-bTpHlKffQbANXIrAn9WSEK/PEzBW1nzaHhGKIyclAo0=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];