openttd-jgrpp: 0.72.3 -> 0.72.4 (#533731)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-24 11:21:04 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.72.3";
version = "0.72.4";
src = fetchFromGitHub {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-W9RakMdyL4eJ/90+/vypzl4FwX7inlrdH9liXNYT3IA=";
hash = "sha256-qiTKoaCUdcm7dJKfxwTtYU8f5C8RYxj7XZL/TtOygtg=";
};
patches = [ ];