Skip to content

Commit

Permalink
Merge pull request NixOS#245686 from fabaff/trufflehog-bump
Browse files Browse the repository at this point in the history
trufflehog: 3.44.0 -> 3.45.1
  • Loading branch information
fabaff authored Jul 27, 2023
2 parents ad3363b + c696779 commit d205f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/trufflehog/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "trufflehog";
version = "3.44.0";
version = "3.45.1";

src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
rev = "refs/tags/v${version}";
hash = "sha256-2AGdF+E3YNRiM8So+i6XWkQxgDgF8wu2z6hnuuzh4NQ=";
hash = "sha256-kWEDeFx3ngpL6ySCD5GsJbmtbhv1qCMt9yjrskLmbbg=";
};

vendorHash = "sha256-IJZSYwF71pbRr+k8dCE8OOEQwK3srPtGbrJIltfVNBU=";
vendorHash = "sha256-dg29rK5/se2DVhc+GLFeFzh3bqJl3dfC2zjGLX7utDs=";

ldflags = [
"-s"
Expand Down

0 comments on commit d205f49

Please sign in to comment.