Skip to content

Commit 2448eba

Browse files
authored
trivy: 0.60.0 -> 0.61.0 (NixOS#394233)
2 parents b38deeb + 5e2d836 commit 2448eba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tr/trivy/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111

1212
buildGo124Module rec {
1313
pname = "trivy";
14-
version = "0.60.0";
14+
version = "0.61.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "aquasecurity";
1818
repo = "trivy";
1919
tag = "v${version}";
20-
hash = "sha256-9JArivz+4GWfU2R7e4pFI/cWJgNFhMj/cQ09a4ESoy8=";
20+
hash = "sha256-SC/EYozsPdqummWBCrQi852rHk6TAMnzxyn0FzwjJ6w=";
2121
};
2222

2323
# Hash mismatch on across Linux and Darwin
2424
proxyVendor = true;
2525

26-
vendorHash = "sha256-EF2oq3iYVhdeXjAYYLqtcF0OwDh6vgDay1y8z5w/S4k=";
26+
vendorHash = "sha256-cQPfZnLDNqMfunBr0xa45H/Trh9+EvdDdiYrjZsOyF0=";
2727

2828
subPackages = [ "cmd/trivy" ];
2929

0 commit comments

Comments
 (0)