openttd-jgrpp: 0.60.0 -> 0.62.0 (#349636)

This commit is contained in:
Weijia Wang 2024-11-01 16:24:29 +01:00 committed by GitHub
commit 26e4f635b6
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.60.0";
version = "0.62.0";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-R8zpEK9XRQIEOvPe597dgn0R3L5m4rx7GzP6B1Qr4EE=";
hash = "sha256-rl0GKKROteP2orT5Z/DHAQPkJFQu/lddQULYfq/x8w8=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];