Skip to content

Commit

Permalink
Merge pull request #117620 from fabaff/bump-clair
Browse files Browse the repository at this point in the history
clair: 4.0.3 -> 4.0.4
  • Loading branch information
marsam committed Mar 26, 2021
2 parents 8aacadd + 98f676b commit 447fdda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/clair/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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

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

vendorSha256 = "sha256-+0jp/TvUjpeJJxEs2drVkUb/ua9qqqxome4M9TkpfP4=";
vendorSha256 = "sha256-+p3ucnvgOpSLS/uP9RAkWixCkaDoF64qCww013jPqSs=";

doCheck = false;

Expand Down

0 comments on commit 447fdda

Please sign in to comment.