openttd-jgrpp: 0.58.2 -> 0.58.3

This commit is contained in:
R. Ryantm 2024-04-29 12:10:04 +00:00
parent f2c7ecb8a4
commit 7fdae651a7
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.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 ];