openttd-jgrpp: 0.63.3 -> 0.64.0 (#378984)

This commit is contained in:
Wolfgang Walther
2025-02-09 17:17:17 +01:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.63.3";
version = "0.64.0";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-853LbApHqQn+ucb7xjFDfohB0/T1h11o4voBgvgbpSI=";
hash = "sha256-aEmuwWNxqjuLmiWMrqwTUtCwdwDMA00eQspCHntxEXw=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];