mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
trufflehog: 3.72.0 -> 3.73.0
Diff: trufflesecurity/trufflehog@refs/tags/v3.72.0...v3.73.0 Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.73.0
This commit is contained in:
parent
50f8ebb2f8
commit
e9f4c8d41e
1 changed files with 4 additions and 3 deletions
|
@ -8,16 +8,17 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "trufflehog";
|
||||
version = "3.72.0";
|
||||
version = "3.73.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "trufflesecurity";
|
||||
repo = "trufflehog";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-2xgvXHeltoODr5Rok7yaUqdVcO2crtdPvvRrN+DDGr4=";
|
||||
hash = "sha256-5tyjSwuhrtiAzvS5F8TyPCZhjSasTWQE9wcNGDevucE=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-zpHrwQ1egD2juWkQicHl2HVzXGr3DCmAyRdUgm5jdGg=";
|
||||
vendorHash = "sha256-eK4YwNkBvC7VW5Cn6/M4clN83LGRNuw5jpjtnM0B9g8=";
|
||||
|
||||
proxyVendor = true;
|
||||
|
||||
ldflags = [
|
||||
|
|
Loading…
Reference in a new issue