Unverified Commit 34ea795b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260211 from r-ryantm/auto-update/clair

clair: 4.7.1 -> 4.7.2
parents 8a6c901e b608f790
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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