mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
trivy: 0.71.0 -> 0.71.1
Diff: https://github.com/aquasecurity/trivy/compare/v0.71.0...v0.71.1
Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.71.1
(cherry picked from commit 872982f894)
This commit is contained in:
parent
0df0908ddc
commit
9ed4f41b61
1 changed files with 2 additions and 2 deletions
|
|
@ -17,13 +17,13 @@ buildGoModule (finalAttrs: {
|
|||
# that the signs present then are not present now.
|
||||
# Finally, weigh the risk of a compromised release against the expected
|
||||
# benefit of the update, and consider the possibility of not updating.
|
||||
version = "0.71.0"; # Did you read the comment?
|
||||
version = "0.71.1"; # Did you read the comment?
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aquasecurity";
|
||||
repo = "trivy";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-wlvG8iGPBbHV66SOT0zek2VN1QawksVQwM9LSEItzh4=";
|
||||
hash = "sha256-4/fEc+71i5+biOtywFkwePvKoZkWK1yBWZa/Wg58E5U=";
|
||||
};
|
||||
|
||||
# Hash mismatch on across Linux and Darwin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue