mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 12:37:57 +00:00
Merge pull request #291289 from r-ryantm/auto-update/openttd-jgrpp
openttd-jgrpp: 0.57.1 -> 0.58.1
This commit is contained in:
commit
780bc5c4a3
@ -2,13 +2,13 @@
|
||||
|
||||
openttd.overrideAttrs (oldAttrs: rec {
|
||||
pname = "openttd-jgrpp";
|
||||
version = "0.57.1";
|
||||
version = "0.58.1";
|
||||
|
||||
src = fetchFromGitHub rec {
|
||||
owner = "JGRennison";
|
||||
repo = "OpenTTD-patches";
|
||||
rev = "jgrpp-${version}";
|
||||
hash = "sha256-mQy+QdhEXoM9wIWvSkMgRVBXJO1ugXWS3lduccez1PQ=";
|
||||
hash = "sha256-6R+biPgQyFPJD6Or6Jhm+7RZ7xe/SC6h83XVZkE+gSk=";
|
||||
};
|
||||
|
||||
buildInputs = oldAttrs.buildInputs ++ [ zstd ];
|
||||
|
Loading…
Reference in New Issue
Block a user