Skip to content

Commit

Permalink
Merge pull request #120165 from r-ryantm/auto-update/clair
Browse files Browse the repository at this point in the history
clair: 4.0.4 -> 4.0.5
  • Loading branch information
marsam committed Apr 22, 2021
2 parents f2a4360 + 4fad834 commit a48ea1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/clair/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "clair";
version = "4.0.4";
version = "4.0.5";

src = fetchFromGitHub {
owner = "quay";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KY9POvwmyUVx9jcn02Ltcz2a1ULqyKW73A9Peb6rpYE=";
sha256 = "sha256-tpk5Avx2bRQlhOnHpmpDG14X9nk3x68TST+VtIW8rL8=";
};

vendorSha256 = "sha256-+p3ucnvgOpSLS/uP9RAkWixCkaDoF64qCww013jPqSs=";
vendorSha256 = "sha256-O9SEVyBFnmyrQCmccXLyeOqlTwWHzICTLVKGO7rerjI=";

doCheck = false;

Expand Down

0 comments on commit a48ea1b

Please sign in to comment.