infra 0.20.0 -> 0.47.0 https://repology.org/metapackage/infra/versions attrpath: infra Checking auto update branch... No auto update branch exists Old version 0.20.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "infra"; version = "0.21.0"; src = fetchFromGitHub { owner = "infrahq"; repo = pname; rev = "v${version}"; sha256 = "sha256-uz4wimhOfeHSL949m+biIhjfDwwEGnTiJWaz/r3Rsko="; }; vendorHash = "sha256-qbmaebQcD3cN+tbmzzJbry0AXz2LZFMoqbcBwGGrRo4="; subPackages = [ "." ]; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Infra manages access to infrastructure such as Kubernetes"; homepage = "https://github.com/infrahq/infra"; changelog = "https://github.com/infrahq/infra/raw/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ peterromfeldhk ]; }; }