Merge pull request #260610 from r-ryantm/auto-update/openttd-jgrpp
openttd-jgrpp: 0.54.4 -> 0.55.3
This commit is contained in:
commit
d4077674ca
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
openttd.overrideAttrs (oldAttrs: rec {
|
openttd.overrideAttrs (oldAttrs: rec {
|
||||||
pname = "openttd-jgrpp";
|
pname = "openttd-jgrpp";
|
||||||
version = "0.54.4";
|
version = "0.55.3";
|
||||||
|
|
||||||
src = fetchFromGitHub rec {
|
src = fetchFromGitHub rec {
|
||||||
owner = "JGRennison";
|
owner = "JGRennison";
|
||||||
repo = "OpenTTD-patches";
|
repo = "OpenTTD-patches";
|
||||||
rev = "jgrpp-${version}";
|
rev = "jgrpp-${version}";
|
||||||
hash = "sha256-bTpHlKffQbANXIrAn9WSEK/PEzBW1nzaHhGKIyclAo0=";
|
hash = "sha256-E1+pXpXNHOu9nPTGSY8baVaKf1Um6IGDjpi1MmENez8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = oldAttrs.buildInputs ++ [ zstd ];
|
buildInputs = oldAttrs.buildInputs ++ [ zstd ];
|
||||||
|
|
Loading…
Reference in a new issue