Merge pull request #287320 from freyacodes/openttd

openttd-jgrpp: 0.57.0 -> 0.57.1
This commit is contained in:
Nikolay Korotkiy 2024-02-10 22:47:38 +04:00 committed by GitHub
commit 0ffb5d2d9b
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.57.0";
version = "0.57.1";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-gXn5O+WSYCK34FKMBOyuTg3cq4Yg59CuLxxzwLbsFBA=";
hash = "sha256-mQy+QdhEXoM9wIWvSkMgRVBXJO1ugXWS3lduccez1PQ=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];