summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-11-25 19:00:59 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-11-25 19:01:04 +0100
commit8c6856ef2cdc15cb8159bcdfed1bd2075b284602 (patch)
tree9f98822c1dac3242916826f334af7c978477306c /pkgs/tools/security
parent0c44f849bf2813f5f97cf2b1698e276871e53665 (diff)
downloadnixpkgs-8c6856ef2cdc15cb8159bcdfed1bd2075b284602.tar
nixpkgs-8c6856ef2cdc15cb8159bcdfed1bd2075b284602.tar.gz
nixpkgs-8c6856ef2cdc15cb8159bcdfed1bd2075b284602.tar.bz2
nixpkgs-8c6856ef2cdc15cb8159bcdfed1bd2075b284602.tar.lz
nixpkgs-8c6856ef2cdc15cb8159bcdfed1bd2075b284602.tar.xz
nixpkgs-8c6856ef2cdc15cb8159bcdfed1bd2075b284602.tar.zst
nixpkgs-8c6856ef2cdc15cb8159bcdfed1bd2075b284602.zip
tlsx: 0.0.8 -> 0.0.9
Changelog: https://github.com/projectdiscovery/tlsx/releases/tag/v0.0.9
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/tlsx/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/tools/security/tlsx/default.nix b/pkgs/tools/security/tlsx/default.nix
index d420e801eec..56986d8fc09 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";