trivy: 0.59.0 -> 0.59.1
Diff: https://github.com/aquasecurity/trivy/compare/refs/tags/v0.59.0...v0.59.1 Changelog: https://github.com/aquasecurity/trivy/releases/tag/v0.59.1
This commit is contained in:
parent
10c851b614
commit
82c06a7b9f
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "trivy";
|
pname = "trivy";
|
||||||
version = "0.59.0";
|
version = "0.59.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aquasecurity";
|
owner = "aquasecurity";
|
||||||
repo = "trivy";
|
repo = "trivy";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-DIBpuSW8igkpZxhve77fzJ1u3sp3iWHmi7746F0cKEQ=";
|
hash = "sha256-G3VLZTA/wYFWSP47l1aCnswTrr0YpX05ThMy90cZ+w4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Hash mismatch on across Linux and Darwin
|
# Hash mismatch on across Linux and Darwin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user