tlsx: 0.0.5 -> 0.0.6

This commit is contained in:
Fabian Affolter 2022-08-23 08:53:41 +02:00
parent 8508d5decf
commit 936d831abc

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "tlsx";
version = "0.0.5";
version = "0.0.6";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = pname;
rev = "v${version}";
hash = "sha256-zUaCUi7U757A8OVQHQV2LPVqu4o73qrp2xGrH7u2viA=";
hash = "sha256-0/J+2TDY63Zj40GzdL7M4ApJJ6xtqZWMIQnl3GSlvQA=";
};
vendorSha256 = "sha256-+pSmErlxRyDH1drri294vE+hUmlmKgh3zrKpVJVC1do=";
vendorSha256 = "sha256-ERZ4mWmtOsW1nYUshSbCzhy+KcujviPtL4LS/soPrFQ=";
meta = with lib; {
description = "TLS grabber focused on TLS based data collection";