mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
trufflehog: 3.28.6 -> 3.28.7
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.28.6...v3.28.7 Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.28.7
This commit is contained in:
parent
cc0b5fd1e0
commit
744f88a98f
@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "trufflehog";
|
||||
version = "3.28.6";
|
||||
version = "3.28.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trufflesecurity";
|
||||
repo = "trufflehog";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-CzZRkEQ3FANzg7QZi5r/AT4DurKo3M4V/ghxGvJas7s=";
|
||||
hash = "sha256-6oOIKvUocImC3HMeG5aJXLlruymechcsDhMxEyYiNzU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-/4xZjqstrjfIlD15x2INSunb57WGR7NzKaQxUABxQV0=";
|
||||
|
Loading…
Reference in New Issue
Block a user