openttd-jgrpp: 0.72.2 -> 0.72.3

This commit is contained in:
R. Ryantm
2026-06-11 12:47:10 +00:00
parent edf8e66dd6
commit eecbab7fe8
+2 -2
View File
@@ -7,13 +7,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.72.2";
version = "0.72.3";
src = fetchFromGitHub {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-Ql3W+Xr5zXDW/IBY23X+RMSXieCqn35hYY3jfYGahgs=";
hash = "sha256-W9RakMdyL4eJ/90+/vypzl4FwX7inlrdH9liXNYT3IA=";
};
patches = [ ];