Merge pull request #324447 from r-ryantm/auto-update/openttd-jgrpp

openttd-jgrpp: 0.59.1 -> 0.60.0
This commit is contained in:
Weijia Wang 2024-07-10 12:31:19 +02:00 committed by GitHub
commit 5facb373be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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