mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 14:57:32 +00:00
trivy: 0.45.1 -> 0.46.0
Diff: https://github.com/aquasecurity/trivy/compare/refs/tags/v0.45.1...v0.46.0 Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.46.0
This commit is contained in:
parent
eefdbbf3f7
commit
4442a592d2
@ -7,19 +7,19 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "trivy";
|
||||
version = "0.45.1";
|
||||
version = "0.46.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aquasecurity";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-sifQHzysuA92wYi1quCPx/ZGLKO4iQLgNe++DNDV8f4=";
|
||||
hash = "sha256-hthVpiiTRrBdEL5QsL8NiOYNRXybCAfAnCn5w3JfNn4=";
|
||||
};
|
||||
|
||||
# Hash mismatch on across Linux and Darwin
|
||||
proxyVendor = true;
|
||||
|
||||
vendorHash = "sha256-eQeyMZvOmYb+4K72wrO/vRf+XTkOP2z+7bmwFMVBxO0=";
|
||||
vendorHash = "sha256-2Aig/udgLQzNmVJ0m1C7wfqlNefpexQOrh2HCPBK9Mc=";
|
||||
|
||||
subPackages = [ "cmd/trivy" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user