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

clair: 4.7.1 -> 4.7.2
This commit is contained in:
Mario Rodas 2023-10-10 09:09:45 -05:00 committed by GitHub
commit 34ea795b4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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