trivy: 0.29.0 -> 0.29.1

This commit is contained in:
06kellyjac
2022-06-20 16:01:42 +01:00
parent b40f62f3f8
commit 0cb431439f
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "trivy";
version = "0.29.0";
version = "0.29.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iGUBqO2BMJF6cySmIMXNY6mjdmaPnOV372AJL0Mr+yU=";
sha256 = "sha256-L1MjPgypKWVTdR16grloRY1JoJ6giXqihsWFa8yWXd0=";
};
vendorSha256 = "sha256-wM8OOOVw8Pb37/JMpz0AWbpJyHeDBQ0+DO15AiDduUU=";