Skip to content

Commit

Permalink
trufflehog: 3.87.0 -> 3.88.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 28, 2024
1 parent e069bef commit ce305ad
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 @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "trufflehog";
version = "3.87.0";
version = "3.88.0";

src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
rev = "refs/tags/v${version}";
hash = "sha256-xdRd2k8yZUVnAoQ2MjrbeP5RqLIu27+A0bXOIR6zZtQ=";
hash = "sha256-IAvVdq59epg/zQ8lLHlewIDBxZD5FmAYCt1xrJlghzM=";
};

vendorHash = "sha256-M8qasSqn0NdQOk7/Sq0NhK/YFMjJSrPRF61h5k3MPB0=";
vendorHash = "sha256-/wuv72PZGdEiTFuurBQJ+K4lunnkR51CrkyHaVb+/kY=";

nativeBuildInputs = [ makeWrapper ];

Expand Down

0 comments on commit ce305ad

Please sign in to comment.