trivy: 0.29.1 -> 0.29.2

This commit is contained in:
Fabian Affolter
2022-07-11 22:06:37 +02:00
parent 006ffd8252
commit 819ea69a46
+3 -3
View File
@@ -6,15 +6,15 @@
buildGoModule rec {
pname = "trivy";
version = "0.29.1";
version = "0.29.2";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-L1MjPgypKWVTdR16grloRY1JoJ6giXqihsWFa8yWXd0=";
sha256 = "sha256-IZ94kYnZ1iNX4sgYF/XvRNvycXJ4fNmRwFgSpYcSopU=";
};
vendorSha256 = "sha256-wM8OOOVw8Pb37/JMpz0AWbpJyHeDBQ0+DO15AiDduUU=";
vendorSha256 = "sha256-C1dOeVt+ocqj3s3tSXn8B/vHTRRWj8XU5RWmlQ0lZdA=";
excludedPackages = "misc";