grype: 0.26.1 -> 0.27.3

This commit is contained in:
Fabian Affolter 2021-12-18 16:31:10 +01:00
parent 1da3af6bec
commit bdc50c70be

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "grype";
version = "0.26.1";
version = "0.27.3";
src = fetchFromGitHub {
owner = "anchore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-B+b+Fb5nUBLSGeZ+ZUpvcZ+jOIotskXEPFoaQ48ob34=";
sha256 = "sha256-W1HP+bzsLY8SaZQK+H33mibM7lfxoGnKnOvsStwzv4E=";
};
vendorSha256 = "sha256-w4mN9O5FKZNCksS8OwF3Ty9c1V552MAbMhqisQDK9GY=";
vendorSha256 = "sha256-IwEQkdspSjdlm4siwhaBZsIaRz8oKKG6d6PAK1MvHlw=";
propagatedBuildInputs = [ docker ];