Unverified Commit 9470857a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

clair: 4.7.2 -> 4.7.3
parents 28fb70c4 d9ce9916
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.2";
  version = "4.7.3";

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

  vendorHash = "sha256-mzrMiycW+kWtooCMWGLOHXPYJQ+y3wLMB2V+f4u4wtY=";
  vendorHash = "sha256-cAeEBJz4k2liivRsNF4FT4JPKsDVy2fLAYDg8NuJ81U=";

  nativeBuildInputs = [
    makeWrapper