openttd-jgrpp: 0.57.0 -> 0.57.1

This commit is contained in:
Freya Arbjerg 2024-02-07 20:59:12 +01:00
parent aef7c94e24
commit 8302b80238

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