tlsx: 0.0.8 -> 0.0.9

Changelog: https://github.com/projectdiscovery/tlsx/releases/tag/v0.0.9
This commit is contained in:
Fabian Affolter
2022-11-25 19:01:04 +01:00
parent 0c44f849bf
commit 8c6856ef2c
+4 -1
View File
@@ -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";