Skip to content

Commit 0d6cc76

Browse files
authored
trivy: 0.59.1 -> 0.60.0 (#387276)
2 parents 13bef8e + 9373b32 commit 0d6cc76

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
lib,
33
stdenv,
44
buildPackages,
5-
buildGoModule,
5+
buildGo124Module,
66
fetchFromGitHub,
77
installShellFiles,
88
testers,
99
trivy,
1010
}:
1111

12-
buildGoModule rec {
12+
buildGo124Module rec {
1313
pname = "trivy";
14-
version = "0.59.1";
14+
version = "0.60.0";
1515

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

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

26-
vendorHash = "sha256-kRKGX3hRbjLb/thhFcX4/y1ty0EGME63VGOsPaUcZKc=";
26+
vendorHash = "sha256-EF2oq3iYVhdeXjAYYLqtcF0OwDh6vgDay1y8z5w/S4k=";
2727

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

0 commit comments

Comments
 (0)