openttd-jgrpp: 0.50.2 -> 0.52.1

Update to latest version of openttd-jgrpp. Upstream changelog: https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp/jgrpp-changelog.md
This commit is contained in:
Tony Finn 2023-04-11 19:04:47 +01:00 committed by GitHub
parent 6c5e8bcc15
commit 65a1084e41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
openttd.overrideAttrs (oldAttrs: rec {
pname = "openttd-jgrpp";
version = "0.50.3";
version = "0.52.1";
src = fetchFromGitHub rec {
owner = "JGRennison";
repo = "OpenTTD-patches";
rev = "jgrpp-${version}";
hash = "sha256-VJ8Qd4wiFbX/aY8pEWlh9wEjML0c7P8yrOC1fiQD7ts=";
hash = "sha256-1coNn+L4DrkqyOOnDyNpzCnIe/pOzGSB5+DNs8ETdGU=";
};
buildInputs = oldAttrs.buildInputs ++ [ zstd ];