mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 00:47:25 +00:00
trufflehog: 3.52.0 -> 3.52.1
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.52.0...v3.52.1 Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.52.1
This commit is contained in:
parent
8104447c15
commit
385157ced7
@ -7,13 +7,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "trufflehog";
|
||||
version = "3.52.0";
|
||||
version = "3.52.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trufflesecurity";
|
||||
repo = "trufflehog";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-PFTahnVzuqYTDnkxx6FbrT3hmQQY2lDXAhV4hnz0dK4=";
|
||||
hash = "sha256-T3//AKSgnsdRWEzz+kh8rkHXBnJF9CThXervwAZ7Uog=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-RHNt9GxqWb4EDKg5of5s88iUmJPI2w7i5hPoCFMmnew=";
|
||||
|
Loading…
Reference in New Issue
Block a user