mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
trivy: 0.52.1 -> 0.52.2
Diff: https://github.com/aquasecurity/trivy/compare/refs/tags/v0.52.1...v0.52.2 Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.52.2
This commit is contained in:
parent
8a327edf3a
commit
734d0f3ef9
@ -11,19 +11,19 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "trivy";
|
pname = "trivy";
|
||||||
version = "0.52.1";
|
version = "0.52.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aquasecurity";
|
owner = "aquasecurity";
|
||||||
repo = "trivy";
|
repo = "trivy";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-7jM0eTUydehzlY8esSxIvQ11Y8VEF6Uyk7mSC0whmq0=";
|
hash = "sha256-3RUL0sgO2/hcfuihNKr51t0qbXvxs9X7yD/OBGATDdw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Hash mismatch on across Linux and Darwin
|
# Hash mismatch on across Linux and Darwin
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
|
||||||
vendorHash = "sha256-MsHlJ56MT+UqF+Psj+hKKpwPnRTcQ3RvWoHbmI93A5E=";
|
vendorHash = "sha256-VkUyjmiiJsDx7NdU6T20LB3tltOYYtf/RaTTPuliMQU=";
|
||||||
|
|
||||||
subPackages = [ "cmd/trivy" ];
|
subPackages = [ "cmd/trivy" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user