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

clair: 4.7.2 -> 4.7.3
This commit is contained in:
Mario Rodas 2024-02-26 22:00:21 -05:00 committed by GitHub
commit 9470857add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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