trivy: 0.31.3 -> 0.32.0

This commit is contained in:
R. Ryantm 2022-09-16 22:13:43 +00:00
parent b207142dcc
commit aac64d54b4

View file

@ -5,17 +5,17 @@
buildGoModule rec {
pname = "trivy";
version = "0.31.3";
version = "0.32.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "sha256-e+H5FH9UU2zK4GmxN04T87GdZYRZDVtA0FNw6t4kjgQ=";
sha256 = "sha256-o4wmHPdNKFcgLPFYLluLLP9ReXt2vL1LHmUmhNl/5cE=";
};
# hash missmatch on across linux and darwin
proxyVendor = true;
vendorSha256 = "sha256-QjJHmVqZTw5w1jR+EctS4VzeJMBpkCL3VGjeKeQmyPA=";
vendorSha256 = "sha256-QIJZwu+b8xkp3z7A+QESa3VdwEEtsWIDG2gdcCiFPh0=";
excludedPackages = "misc";