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

View File

@ -2,13 +2,13 @@
openttd.overrideAttrs (oldAttrs: rec { openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp"; pname = "openttd-jgrpp";
version = "0.58.2"; version = "0.58.3";
src = fetchFromGitHub rec { src = fetchFromGitHub rec {
owner = "JGRennison"; owner = "JGRennison";
repo = "OpenTTD-patches"; repo = "OpenTTD-patches";
rev = "jgrpp-${version}"; rev = "jgrpp-${version}";
hash = "sha256-XwKCqfYgrqQpo/2L+vHCde/z2QV88BFL+WQqvsEYdhE="; hash = "sha256-NRCdZ7iSeofVjH/kjpnw4zlxXc4ojhF1xfMpAfZuu98=";
}; };
buildInputs = oldAttrs.buildInputs ++ [ zstd ]; buildInputs = oldAttrs.buildInputs ++ [ zstd ];