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

openttd-jgrpp: 0.56.2 -> 0.57.0
This commit is contained in:
Weijia Wang 2024-02-05 18:09:23 +01:00 committed by GitHub
commit 8193e46376
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.56.2";
version = "0.57.0";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-87MquPFoFz6LFlwBTDrFNO11UYCtZUzdZYR1YttkDF8=";
hash = "sha256-gXn5O+WSYCK34FKMBOyuTg3cq4Yg59CuLxxzwLbsFBA=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];