2022-11-07T09:11:55 clair 4.4.4 -> 4.5.0 https://repology.org/metapackage/clair/versions 2022-11-07T09:11:57 attrpath: clair 2022-11-07T09:11:58 Checking auto update branch... 2022-11-07T09:11:58 No auto update branch exists 2022-11-07T09:11:58 Old version 4.4.4" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , makeWrapper , rpm , xz }: buildGoModule rec { pname = "clair"; version = "4.5.0"; src = fetchFromGitHub { owner = "quay"; repo = pname; rev = "v${version}"; hash = "sha256-/Czgdl6OxfXSQGvoanA8eoGdzK/wCgGH3wy5aLf0DSM="; }; vendorSha256 = "sha256-XWsnEjVA/fqiLevn6sxjzlDfuy937idIcXdTY56FrdA="; nativeBuildInputs = [ makeWrapper ]; subPackages = [ "cmd/clair" "cmd/clairctl" ]; ldflags = [ "-s" "-w" "-X main.Version=${version}" ]; postInstall = '' wrapProgram $out/bin/clair \ --prefix PATH : "${lib.makeBinPath [ rpm xz ]}" ''; meta = with lib; { description = "Vulnerability Static Analysis for Containers"; homepage = "https://github.com/quay/clair"; changelog = "https://github.com/quay/clair/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ marsam ]; }; }