3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #140421 from fabaff/bump-clair

clair: 4.2.0 -> 4.3.0
This commit is contained in:
Mario Rodas 2021-10-03 17:07:29 -05:00 committed by GitHub
commit b28766a69b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "clair";
version = "4.2.0";
version = "4.3.0";
src = fetchFromGitHub {
owner = "quay";
repo = pname;
rev = "v${version}";
sha256 = "sha256-PVR7QMndjfCNVo9U3lnArpRBxLfmOH8iEdFub7hZyio=";
sha256 = "sha256-9IRoDvvhUMXTiMl2Jj4NFlTJD7QSXsVxjoDVTlqTsWg=";
};
vendorSha256 = "sha256-npskCUVxNTgI8egVU1id02xHFfTizOb7kBUNfOLdbOc=";
vendorSha256 = "sha256-9BG10+aOysFZmGytDhz11u/2uJQq4LnceCsotJIZ62U=";
doCheck = false;