Skip to content

Commit

Permalink
clair: 2.1.4 -> 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Dec 26, 2020
1 parent e8ee6c3 commit 091bb52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/tools/admin/clair/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "clair";
version = "2.1.4";
version = "4.0.0";

src = fetchFromGitHub {
owner = "quay";
repo = pname;
rev = "v${version}";
sha256 = "1bvwh3ghxb3ynq8a07ka9i0rzaqg1aikxvqxmpjkwjvhwk63lwqd";
sha256 = "10kgg2i5yzdfhylrdkmh8rsc4cgdnhcgfa8fa4dm8m3licjciwam";
};

vendorSha256 = "0x31n50vd8660z816as6kms5dkv87b0mhblccpkvd9cbvcv2n37a";
vendorSha256 = "1l3b86f5xmyc6lskvb4ab30adcgzb69ayccc0wcz2f28sda3i80r";

doCheck = false;

Expand All @@ -25,6 +25,7 @@ buildGoModule rec {
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 ];
};
Expand Down

0 comments on commit 091bb52

Please sign in to comment.