openttd-jgrpp: 0.72.4 -> 0.73.0 (#544027)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-21 23:56:35 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.72.4";
version = "0.73.0";
src = fetchFromGitHub {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-qiTKoaCUdcm7dJKfxwTtYU8f5C8RYxj7XZL/TtOygtg=";
hash = "sha256-eFUKJSpHLhyGXvKo/uSB01+5nGv5Y7yUTIU3U81Qx5U=";
};
patches = [ ];