openttd-jgrpp: 0.59.0 -> 0.59.1

This commit is contained in:
R. Ryantm 2024-05-25 07:25:18 +00:00
parent cf6daa4ff8
commit 9a4741e2f4

View File

@ -2,13 +2,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.59.0";
version = "0.59.1";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-90swZyzEdCpWsZb0aZnwRrzGkJT6gef1kMB/q+EXE3M=";
hash = "sha256-8I3NSg7iRzdY+k8g2m1Z/QWwlT3BErV1RL7cirlO71g=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];