openttd-jgrpp: 0.72.0 -> 0.72.2 (#489075)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-12 18:30:07 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.72.0";
version = "0.72.2";
src = fetchFromGitHub {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-bja6SiXnA4hdM/h6dyTMxmuII+waHm3iW3AjP0C3dnU=";
hash = "sha256-Ql3W+Xr5zXDW/IBY23X+RMSXieCqn35hYY3jfYGahgs=";
};
patches = [ ];