about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-03 13:41:32 -0400
committerGitHub <noreply@github.com>2024-06-03 13:41:32 -0400
commitf29e3427426e13fedcee2eecfc0e05b798f72615 (patch)
tree1391ce9a344b9686a47731aafea072fd36525fb8
parentfe057cffc079f5f6ea28299c527378f3f024fcfb (diff)
parentcd66ee7bc746aba4a0a5303791d496f01bfc6fd4 (diff)
Merge pull request #316922 from r-ryantm/auto-update/httpx
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=";