trufflehog: 3.90.1 -> 3.90.2 (#430243)

Co-authored-by: sarcasticadmin <sarcasticadmin@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-02 05:05:56 +00:00
committed by GitHub
co-authored by sarcasticadmin
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "trufflehog";
version = "3.90.1";
version = "3.90.2";
src = fetchFromGitHub {
owner = "trufflesecurity";
repo = "trufflehog";
tag = "v${version}";
hash = "sha256-SuNsuO7IKtKbAPnYZqJ5OQ8BaWvDN5XtdX8Amgt51fY=";
hash = "sha256-PjZA109+Wf1yOf0BEgyUmSFV1s6G0rZTNMDufdax6kc=";
};
vendorHash = "sha256-haJgpR7xJOoiFfyYnaHpL6w9IcJnpODYN6hZxFXOHr0=";