We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b38deeb + 5e2d836 commit 2448ebaCopy full SHA for 2448eba
pkgs/by-name/tr/trivy/package.nix
@@ -11,19 +11,19 @@
11
12
buildGo124Module rec {
13
pname = "trivy";
14
- version = "0.60.0";
+ version = "0.61.0";
15
16
src = fetchFromGitHub {
17
owner = "aquasecurity";
18
repo = "trivy";
19
tag = "v${version}";
20
- hash = "sha256-9JArivz+4GWfU2R7e4pFI/cWJgNFhMj/cQ09a4ESoy8=";
+ hash = "sha256-SC/EYozsPdqummWBCrQi852rHk6TAMnzxyn0FzwjJ6w=";
21
};
22
23
# Hash mismatch on across Linux and Darwin
24
proxyVendor = true;
25
26
- vendorHash = "sha256-EF2oq3iYVhdeXjAYYLqtcF0OwDh6vgDay1y8z5w/S4k=";
+ vendorHash = "sha256-cQPfZnLDNqMfunBr0xa45H/Trh9+EvdDdiYrjZsOyF0=";
27
28
subPackages = [ "cmd/trivy" ];
29
0 commit comments