3
0
Fork 0
forked from mirrors/nixpkgs

trivy: 0.19.2 -> 0.20.2

This commit is contained in:
06kellyjac 2021-10-26 09:43:19 +01:00
parent 23f71e9427
commit b90007bf49

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "trivy";
version = "0.19.2";
version = "0.20.2";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aYPG0xvuijASKXBGgB+6UyF9bmeU8l5snOoPWI8Ewh8=";
sha256 = "sha256-ittOVWsM+1IaILCLCJNOeLxRbRHiiMN4qgLTS9gxV0w=";
};
vendorSha256 = "sha256-4FO6/1eNyxy/CH7XMUkLfRqEg2+XUXL1gKleL6o4EoM=";
vendorSha256 = "sha256-HrDj09gUJtkZhQ3nYfoj0K8+T62ib0CWAhhcuvg8cyc=";
excludedPackages = "misc";