Merge pull request #225783 from tonyfinn/patch-1

This commit is contained in:
Franz Pletz 2023-04-12 13:35:35 +02:00 committed by GitHub
commit 7767f90231
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 ];