Merge pull request #187971 from fabaff/tlsx-bump

tlsx: 0.0.5 -> 0.0.6
This commit is contained in:
Fabian Affolter 2022-08-23 20:12:29 +02:00 committed by GitHub
commit 212b0a83b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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