mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
trivy: 0.50.1 -> 0.50.2
Diff: https://github.com/aquasecurity/trivy/compare/refs/tags/v0.50.1...v0.50.2 Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.50.2
This commit is contained in:
parent
d7d8ffeaa2
commit
5549846d18
@ -10,19 +10,19 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "trivy";
|
pname = "trivy";
|
||||||
version = "0.50.1";
|
version = "0.50.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aquasecurity";
|
owner = "aquasecurity";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-TcSWgEdk0hjckY5ZGm2/jg9C4yiTTtgQjZEihXBi+fA=";
|
hash = "sha256-0FV67+m09PCkPZfnkepkvBA4mFYIkJSMT5v0tDwalW8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Hash mismatch on across Linux and Darwin
|
# Hash mismatch on across Linux and Darwin
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
|
||||||
vendorHash = "sha256-FkyGqZSEKWCI7tRmTBI+dmiqZPPPMUlqbCxs59N1syY=";
|
vendorHash = "sha256-aki+kwjZxPPD/K3k8wJMc2HNB6DzFf92mcOOQFwsbXU=";
|
||||||
|
|
||||||
subPackages = [ "cmd/trivy" ];
|
subPackages = [ "cmd/trivy" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user