2022-11-05T14:30:02 infra 0.15.2 -> 0.47.0 https://repology.org/metapackage/infra/versions 2022-11-05T14:30:04 attrpath: infra 2022-11-05T14:30:04 Checking auto update branch... 2022-11-05T14:30:04 No auto update branch exists 2022-11-05T14:30:05 Old version 0.15.2" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "infra"; version = "0.16.1"; src = fetchFromGitHub { owner = "infrahq"; repo = pname; rev = "v${version}"; sha256 = "sha256-0HCfJwgeLM4uLiXcaW+9FxMVgeDJG7Opr0dEj525npw="; }; vendorSha256 = "sha256-wtzk5J9b1SbWkRRgPmVdxiMJdgPDwAtNOx6Uup7iakk="; 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 ]; }; }