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

Merge pull request #291329 from fabaff/trufflehog-bump

trufflehog: 3.68.1 -> 3.68.2
parents b0ede569 cfa72b39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "trufflehog";
  version = "3.68.1";
  version = "3.68.2";

  src = fetchFromGitHub {
    owner = "trufflesecurity";
    repo = "trufflehog";
    rev = "refs/tags/v${version}";
    hash = "sha256-KHMQnAI0t532YGOh7jtuuLCfRrXkzPuWOBEWaJ45HCs=";
    hash = "sha256-6gQoyVlLE+cXYwh8lTkL2giDhd3ETgETjT3XuEOwOU8=";
  };

  vendorHash = "sha256-D58WqqDwQo7fRubkGNRhD6g9ooKS9peb2qJJDRXgLtk=";