Unverified Commit 96c0fdeb authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #219062 from fabaff/trufflehog-bump

trufflehog: 3.28.4 -> 3.28.5
parents 75c4012d 7e0fc49c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "trufflehog";
  version = "3.28.4";
  version = "3.28.5";

  src = fetchFromGitHub {
    owner = "trufflesecurity";
    repo = "trufflehog";
    rev = "refs/tags/v${version}";
    hash = "sha256-GEmWgS8Y56LJbVxmDXVUk5MHZwP9W0Wo7o/YKvZD7ts=";
    hash = "sha256-KpfqB9l5ZEZQ1Ino2iuQVl79r2VWNWP42GA14tkKnoo=";
  };

  vendorHash = "sha256-d8xc7yCyG1xfno/8ANe5eu7irP2yKDY2LKs3XdlktQk=";