openttd-jgrpp: 0.69.2 -> 0.72.0 (#516236)

This commit is contained in:
Weijia Wang
2026-05-12 17:25:19 +00:00
committed by GitHub
2 changed files with 11 additions and 2 deletions
+7
View File
@@ -2329,6 +2329,13 @@
githubId = 14922630;
name = "Richard Smith";
};
artifycz = {
email = "richard@tichy.io";
github = "ArtifyCZ";
githubId = 57506608;
matrix = "@artify:artify.zone";
name = "Richard Tichy";
};
artturin = {
email = "artturin@artturin.com";
matrix = "@artturin:matrix.org";
+4 -2
View File
@@ -1,4 +1,5 @@
{
lib,
fetchFromGitHub,
openttd,
zstd,
@@ -6,13 +7,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.69.2";
version = "0.72.0";
src = fetchFromGitHub {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-D9Oh05Isf7Atsih6tZBA8xS04aCuE8VS5Ghf0FvrU5A=";
hash = "sha256-bja6SiXnA4hdM/h6dyTMxmuII+waHm3iW3AjP0C3dnU=";
};
patches = [ ];
@@ -22,6 +23,7 @@ openttd.overrideAttrs (oldAttrs: rec {
homepage = "https://github.com/JGRennison/OpenTTD-patches";
changelog = "https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp-${version}/jgrpp-changelog.md";
mainProgram = "openttd";
maintainers = with lib.maintainers; [ artifycz ];
};
})