Merge pull request #314532 from r-ryantm/auto-update/openttd-jgrpp

openttd-jgrpp: 0.59.0 -> 0.59.1
This commit is contained in:
Weijia Wang
2024-06-02 18:45:11 +02:00
committed by GitHub
+2 -2
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 ];