trivy: 0.49.1 -> 0.50.0

This commit is contained in:
R. Ryantm 2024-03-19 05:34:48 +00:00
parent e0d7b921c6
commit 3d6e5b3ff0

View File

@ -10,19 +10,19 @@
buildGoModule rec {
pname = "trivy";
version = "0.49.1";
version = "0.50.0";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-+wgnj7mDIJ5UPGfD7vogdcbUeBdvTenL/a0Ew4CfuvE=";
hash = "sha256-gRePoEfUqTWSalUaCROEsZcgxXOFGe0AukyoaDlKAsM=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-IL3FHgOYQYJIqJKr2eEeM/NzO+SeYucGSNUUY62kHNA=";
vendorHash = "sha256-i+FgfYdfhuS4utcHDWI1QofBysiU6tV9Y7b2SE0jnVA=";
subPackages = [ "cmd/trivy" ];