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

openttd-jgrpp: 0.58.2 -> 0.58.3
This commit is contained in:
Weijia Wang 2024-05-05 17:51:30 +02:00 committed by GitHub
commit 48c6d88310
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.58.2";
version = "0.58.3";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-XwKCqfYgrqQpo/2L+vHCde/z2QV88BFL+WQqvsEYdhE=";
hash = "sha256-NRCdZ7iSeofVjH/kjpnw4zlxXc4ojhF1xfMpAfZuu98=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];