2022-12-14T20:06:57 tlsx 0.0.9 -> 1.0.0 https://github.com/projectdiscovery/tlsx/releases 2022-12-14T20:07:00 attrpath: tlsx 2022-12-14T20:07:00 Checking auto update branch... 2022-12-14T20:07:00 No auto update branch exists 2022-12-14T20:07:00 Old version 0.0.9" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "tlsx"; version = "1.0.0"; src = fetchFromGitHub { owner = "projectdiscovery"; repo = pname; rev = "v${version}"; hash = "sha256-IkN7AhfQ998eH50DcvTsSg9x2QwC7Ccpx+sZNa8nlSA="; }; vendorHash = "sha256-cDKifPNXXMSRKtl0yWTJj5FwBt545eYAlbgJbgEj6L8="; # Tests require network access doCheck = false; meta = with lib; { description = "TLS grabber focused on TLS based data collection"; longDescription = '' A fast and configurable TLS grabber focused on TLS based data collection and analysis. ''; homepage = "https://github.com/projectdiscovery/tlsx"; changelog = "https://github.com/projectdiscovery/tlsx/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }