Merge pull request #117779 from r-ryantm/auto-update/grype

grype: 0.8.0 -> 0.9.0
This commit is contained in:
Fabian Affolter 2021-03-27 15:02:25 +01:00 committed by GitHub
commit ad6907ca59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "grype";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "anchore";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/OgAh33DF0UkBcc5GriGgeoZ7kae9GhGnUnIX6lGlys=";
sha256 = "sha256-X67TEHKmKKuTFGo55ZVkYVNw4f/d8aU2b/FQsq1OIJg=";
};
vendorSha256 = "sha256-SGO8RKSOK0PHqSIJfTdcuAmqMtFuo9MBdiEylDUpOFo=";