trufflehog: 3.68.1 -> 3.68.2
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.68.1...v3.68.2 Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.68.2
This commit is contained in:
parent
e9f22fb5cb
commit
cfa72b3971
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "trufflehog";
|
||||
version = "3.68.1";
|
||||
version = "3.68.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trufflesecurity";
|
||||
repo = "trufflehog";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-KHMQnAI0t532YGOh7jtuuLCfRrXkzPuWOBEWaJ45HCs=";
|
||||
hash = "sha256-6gQoyVlLE+cXYwh8lTkL2giDhd3ETgETjT3XuEOwOU8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-D58WqqDwQo7fRubkGNRhD6g9ooKS9peb2qJJDRXgLtk=";
|
||||
|
|
Loading…
Reference in a new issue