openttd-jgrpp: 0.59.1 -> 0.60.0

This commit is contained in:
R. Ryantm 2024-07-04 00:16:32 +00:00
parent d8724afca4
commit 18e3cb3062

View File

@ -2,13 +2,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.59.1";
version = "0.60.0";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-8I3NSg7iRzdY+k8g2m1Z/QWwlT3BErV1RL7cirlO71g=";
hash = "sha256-R8zpEK9XRQIEOvPe597dgn0R3L5m4rx7GzP6B1Qr4EE=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];