From 8c6856ef2cdc15cb8159bcdfed1bd2075b284602 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 25 Nov 2022 19:00:59 +0100 Subject: [PATCH] tlsx: 0.0.8 -> 0.0.9 Changelog: https://github.com/projectdiscovery/tlsx/releases/tag/v0.0.9 --- pkgs/tools/security/tlsx/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/security/tlsx/default.nix b/pkgs/tools/security/tlsx/default.nix index d420e801eec1..56986d8fc098 100644 --- a/pkgs/tools/security/tlsx/default.nix +++ b/pkgs/tools/security/tlsx/default.nix @@ -14,7 +14,10 @@ buildGoModule rec { hash = "sha256-DcC08KmSXYOk4jlU0KIdu5zziWZLYlWetN+/ZGaY4RQ="; }; - vendorHash = "sha256-BppRtzTjiMcuc7xIz37bDcjnQHhOlstncES1vILTKYM="; + vendorHash = "sha256-MC7mS+GMfQUZPW6i/lDPW8qAHzT1Cr7gYYG9V4CTCM0="; + + # Tests require network access + doCheck = false; meta = with lib; { description = "TLS grabber focused on TLS based data collection";