summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-09-05 07:33:33 +0200
committerGitHub <noreply@github.com>2022-09-05 07:33:33 +0200
commitd511f92d3c089c170a980d3612b1092ed843f77a (patch)
tree4c0ee781007722ae8a2a0ca6496754451f0ace27
parent004070de71bc321f18ba5689e10a0109074b7baa (diff)
parent1159ce0fdbad2be979146262e39f35cab1d88ffd (diff)
downloadnixpkgs-d511f92d3c089c170a980d3612b1092ed843f77a.tar
nixpkgs-d511f92d3c089c170a980d3612b1092ed843f77a.tar.gz
nixpkgs-d511f92d3c089c170a980d3612b1092ed843f77a.tar.bz2
nixpkgs-d511f92d3c089c170a980d3612b1092ed843f77a.tar.lz
nixpkgs-d511f92d3c089c170a980d3612b1092ed843f77a.tar.xz
nixpkgs-d511f92d3c089c170a980d3612b1092ed843f77a.tar.zst
nixpkgs-d511f92d3c089c170a980d3612b1092ed843f77a.zip
Merge pull request #189796 from r-ryantm/auto-update/tlsx
tlsx: 0.0.6 -> 0.0.7
-rw-r--r--pkgs/tools/security/tlsx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/tlsx/default.nix b/pkgs/tools/security/tlsx/default.nix
index 4055f4ebff2..0d9925695a9 100644
--- a/pkgs/tools/security/tlsx/default.nix
+++ b/pkgs/tools/security/tlsx/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "tlsx";
-  version = "0.0.6";
+  version = "0.0.7";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-0/J+2TDY63Zj40GzdL7M4ApJJ6xtqZWMIQnl3GSlvQA=";
+    hash = "sha256-tyZDmtqQLTV06mLo1lg/qWRjvxvgVvGpoRXWX9HtXeo=";
   };
 
   vendorSha256 = "sha256-ERZ4mWmtOsW1nYUshSbCzhy+KcujviPtL4LS/soPrFQ=";