Merge pull request #302807 from opl-/upgrade/openttd-jgrpp/0.58.2

openttd-jgrpp: 0.58.1 -> 0.58.2
This commit is contained in:
Peder Bergebakken Sundt 2024-04-25 00:12:28 +02:00 committed by GitHub
commit 191a9a82ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.58.1";
version = "0.58.2";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-6R+biPgQyFPJD6Or6Jhm+7RZ7xe/SC6h83XVZkE+gSk=";
hash = "sha256-XwKCqfYgrqQpo/2L+vHCde/z2QV88BFL+WQqvsEYdhE=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];