about summary refs log tree commit diff
path: root/pkgs/tools/security/tlsx
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-08-23 08:53:41 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-08-23 08:53:41 +0200
commit936d831abc4e6e95f9aa17ac2ca5a41b9ab77815 (patch)
tree874e3f63507e7336fa3223a1f2c89b8119c3bf70 /pkgs/tools/security/tlsx
parent8508d5decf519b2c7eb2674d12688eef6fe289a4 (diff)
tlsx: 0.0.5 -> 0.0.6
Diffstat (limited to 'pkgs/tools/security/tlsx')
-rw-r--r--pkgs/tools/security/tlsx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/tlsx/default.nix b/pkgs/tools/security/tlsx/default.nix
index c616e86d793b4..4055f4ebff215 100644
--- a/pkgs/tools/security/tlsx/default.nix
+++ b/pkgs/tools/security/tlsx/default.nix
@@ -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";