about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-03 14:01:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-03 14:01:12 +0000
commitcd66ee7bc746aba4a0a5303791d496f01bfc6fd4 (patch)
tree88b9cd7b7294c6411d901ef58894db250f134f38
parentc429fa2ffa21229eeadbe37c11a47aff35f53ce0 (diff)
httpx: 1.6.2 -> 1.6.3
-rw-r--r--pkgs/tools/security/httpx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/httpx/default.nix b/pkgs/tools/security/httpx/default.nix
index 7b791fda2ebc4..d0d78c3047fae 100644
--- a/pkgs/tools/security/httpx/default.nix
+++ b/pkgs/tools/security/httpx/default.nix
@@ -6,13 +6,13 @@
 
 buildGoModule rec {
   pname = "httpx";
-  version = "1.6.2";
+  version = "1.6.3";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "httpx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-xNKfqPPTsnEzDapBZpfmTPWc6dirOqxUDYOOdIVUzOY=";
+    hash = "sha256-N2Fym3OwTHjdaJ1fzGWL+BoUYsQ5216d3Ohz5Yrf558=";
   };
 
   vendorHash = "sha256-jD5LQ9HZbWpoXgnyA7RacaDdyBPMbK02PhKQT+1il4Q=";