openttd-jgrpp: 0.69.2 -> 0.72.0 (#516236)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user