openttd-jgrpp: 0.65.3 -> 0.65.4

This commit is contained in:
R. Ryantm
2025-06-26 00:43:50 +00:00
parent e1a2d75db3
commit 655781014f
+2 -2
View File
@@ -7,13 +7,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.65.3";
version = "0.65.4";
src = fetchFromGitHub {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-lmDkYrk7qjUSTtCQQCN/pbuLDt3+2RI1K8A1H1GJRjw=";
hash = "sha256-A0bcfbihbGbOCmCI3NXHUWL4w2l46dGDWKy6tVIsuc8=";
};
patches = [ ];