Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-22 12:06:24 +00:00
committed by GitHub
78 changed files with 405 additions and 370 deletions

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "clair";
version = "4.0.4";
version = "4.0.5";
src = fetchFromGitHub {
owner = "quay";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KY9POvwmyUVx9jcn02Ltcz2a1ULqyKW73A9Peb6rpYE=";
sha256 = "sha256-tpk5Avx2bRQlhOnHpmpDG14X9nk3x68TST+VtIW8rL8=";
};
vendorSha256 = "sha256-+p3ucnvgOpSLS/uP9RAkWixCkaDoF64qCww013jPqSs=";
vendorSha256 = "sha256-O9SEVyBFnmyrQCmccXLyeOqlTwWHzICTLVKGO7rerjI=";
doCheck = false;