openttd-jgrpp: 0.66.1 -> 0.67.1

This commit is contained in:
R. Ryantm
2025-10-19 07:54:44 +00:00
parent b7ecb71b42
commit 4ff5ea973d
+2 -2
View File
@@ -7,13 +7,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.66.1";
version = "0.67.1";
src = fetchFromGitHub {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-Bw5/fy3duMQDCDfAF6hGE7eQiNo0d9Ag/afG9zM+d30=";
hash = "sha256-GMkcf3XBotPXjZC4TdtOXzutyyIiW4haE+jNIfgozbg=";
};
patches = [ ];