openttd-jgrpp: 0.62.0 -> 0.63.2 (#362337)

This commit is contained in:
Wolfgang Walther
2024-12-22 18:06:55 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.62.0";
version = "0.63.2";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-rl0GKKROteP2orT5Z/DHAQPkJFQu/lddQULYfq/x8w8=";
hash = "sha256-kf9UGhD0a8lttdL8svvEZSKEFfkAJ2xlaJ9IvO1gR1s=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];