forked from mirrors/nixpkgs
trivy: 0.36.1 -> 0.37.1
Diff: https://github.com/aquasecurity/trivy/compare/v0.36.1...v0.37.1 Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.37.1
This commit is contained in:
parent
a2780dc543
commit
2c878fc0cc
|
@ -5,17 +5,17 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "trivy";
|
||||
version = "0.36.1";
|
||||
version = "0.37.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aquasecurity";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-V6x7xILG2/mg95S3qv8pM6ZVXWmh1iHMvDVEfidHau4=";
|
||||
sha256 = "sha256-4kjsNaiXnmJk88ivVnpTemOOc/asKrcZLGpO8gtV0J8=";
|
||||
};
|
||||
# hash missmatch on across linux and darwin
|
||||
proxyVendor = true;
|
||||
vendorSha256 = "sha256-qTtx8+D288RT3wOdmvUXVeHx4GwIyCyCnO/sQW0blIU=";
|
||||
vendorSha256 = "sha256-qI29Qb8im9Xii83ayG1jZtZsrsAT0JQOcuKOM7VYro0=";
|
||||
|
||||
excludedPackages = "misc";
|
||||
|
||||
|
|
Loading…
Reference in a new issue