openttd-jgrpp 0.56.2 -> 0.57.0 https://repology.org/project/openttd-jgrpp/versions attrpath: openttd-jgrpp Checking auto update branch... No auto update branch exists Old version 0.56.2" not present in master derivation file with contents: { fetchFromGitHub, openttd, zstd, ... }: openttd.overrideAttrs (oldAttrs: rec { pname = "openttd-jgrpp"; version = "0.57.0"; src = fetchFromGitHub rec { owner = "JGRennison"; repo = "OpenTTD-patches"; rev = "jgrpp-${version}"; hash = "sha256-gXn5O+WSYCK34FKMBOyuTg3cq4Yg59CuLxxzwLbsFBA="; }; buildInputs = oldAttrs.buildInputs ++ [ zstd ]; meta = { homepage = "https://github.com/JGRennison/OpenTTD-patches"; changelog = "https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp-${version}/jgrpp-changelog.md"; }; })