3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #178341 from 06kellyjac/trivy

trivy: 0.29.0 -> 0.29.1
This commit is contained in:
Fabian Affolter 2022-06-20 21:53:15 +02:00 committed by GitHub
commit a0d42d826c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=";