Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-15 06:22:25 +00:00
committed by GitHub
84 changed files with 2099 additions and 1505 deletions

View File

@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "clair";
version = "4.0.5";
version = "4.1.0";
src = fetchFromGitHub {
owner = "quay";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tpk5Avx2bRQlhOnHpmpDG14X9nk3x68TST+VtIW8rL8=";
sha256 = "sha256-Ns02Yi0FJPOCpjr1P5c1KOkRZ8saxQzXg/Zn5vYLztU=";
};
vendorSha256 = "sha256-O9SEVyBFnmyrQCmccXLyeOqlTwWHzICTLVKGO7rerjI=";
vendorSha256 = "sha256-aFaeRhg+aLOmS7VFbgdxaEtZcBKn9zCVINad6ahpDCo=";
doCheck = false;