File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments