Unverified Commit 1a4bb71c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

trufflehog: 3.88.3 -> 3.88.5 (#380031)

parents 16358932 16b2a1ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "trufflehog";
  version = "3.88.3";
  version = "3.88.5";

  src = fetchFromGitHub {
    owner = "trufflesecurity";
    repo = "trufflehog";
    tag = "v${version}";
    hash = "sha256-OPXDDLlrX8lV1u6/o7xa7jhX4UmFwTJLSxMmmzcYRVk=";
    hash = "sha256-PydX3Aol+HrKG82g5ILbL69pBp0+Y6sCzqEtqAix0OQ=";
  };

  vendorHash = "sha256-YsUAu2gEXzpjM/jg4VJ7KTvf1/cLTO04hLOLmUDeYk0=";