openttd-jgrpp: 0.73.0 -> 0.73.1 (#551697)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-12 23:23:22 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.73.0";
version = "0.73.1";
src = fetchFromGitHub {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-eFUKJSpHLhyGXvKo/uSB01+5nGv5Y7yUTIU3U81Qx5U=";
hash = "sha256-L99u4J/yiaQB2TTP63gIX6N4OrVOuM4/1bpLkCzVvXU=";
};
patches = [ ];