trivy: 0.49.0 -> 0.49.1

This commit is contained in:
R. Ryantm 2024-02-07 06:43:59 +00:00
parent 0b9427cf71
commit 3c29dc6808

View File

@ -10,19 +10,19 @@
buildGoModule rec {
pname = "trivy";
version = "0.49.0";
version = "0.49.1";
src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Kx+84kI/8KOOz2p7xGvjOSyMa1Co9u5c0lWOtfi8SVE=";
hash = "sha256-+wgnj7mDIJ5UPGfD7vogdcbUeBdvTenL/a0Ew4CfuvE=";
};
# Hash mismatch on across Linux and Darwin
proxyVendor = true;
vendorHash = "sha256-Ldv71C4d9/IO1u+eDKKTHc0pjY8lfnIjQZ57IMWv7Qk=";
vendorHash = "sha256-IL3FHgOYQYJIqJKr2eEeM/NzO+SeYucGSNUUY62kHNA=";
subPackages = [ "cmd/trivy" ];