clair: 4.1.2 -> 4.2.0

This commit is contained in:
R. RyanTM 2021-08-11 06:16:34 +00:00
parent 717538e908
commit c93b682775

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "clair";
version = "4.1.2";
version = "4.2.0";
src = fetchFromGitHub {
owner = "quay";
repo = pname;
rev = "v${version}";
sha256 = "sha256-eeNJ6oQayPBOHKsFrr2JbdLSv3R7N1xW3lV4LgVpUI4=";
sha256 = "sha256-PVR7QMndjfCNVo9U3lnArpRBxLfmOH8iEdFub7hZyio=";
};
vendorSha256 = "sha256-79+j/+X9DQBpUvZuyQCSaoy1f4UnkERh54zmo4AhGwc=";
vendorSha256 = "sha256-npskCUVxNTgI8egVU1id02xHFfTizOb7kBUNfOLdbOc=";
doCheck = false;