Skip to content

Commit

Permalink
Merge pull request #260211 from r-ryantm/auto-update/clair
Browse files Browse the repository at this point in the history
clair: 4.7.1 -> 4.7.2
  • Loading branch information
marsam authored Oct 10, 2023
2 parents 8a6c901 + b608f79 commit 34ea795
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 @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "clair";
version = "4.7.1";
version = "4.7.2";

src = fetchFromGitHub {
owner = "quay";
repo = pname;
rev = "v${version}";
hash = "sha256-+ABZafDc2nmHHnJGXj4iCSheuWoksPwDblmdIusUJuo=";
hash = "sha256-qnZLVt9pIrfZSCK0blNp5JHbaC4A8m6YicvL4hs2554=";
};

vendorHash = "sha256-ptgHU/PrLqRG4h3C5x+XUy4+38Yu6h4gTeziaPJ2iWE=";
vendorHash = "sha256-mzrMiycW+kWtooCMWGLOHXPYJQ+y3wLMB2V+f4u4wtY=";

nativeBuildInputs = [
makeWrapper
Expand Down

0 comments on commit 34ea795

Please sign in to comment.