2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-15 12:37:57 +00:00

Merge pull request from r-ryantm/auto-update/openttd-jgrpp

openttd-jgrpp: 0.57.1 -> 0.58.1
This commit is contained in:
Weijia Wang 2024-03-07 08:26:31 +01:00 committed by GitHub
commit 780bc5c4a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];