about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-23 09:29:38 +0200
committerGitHub <noreply@github.com>2024-06-23 09:29:38 +0200
commitdc6f13d878bfa066ac55d9966479237e29f27d74 (patch)
treeb055a3133e7c330dd8835b79ccb46acb356b4642 /pkgs/tools
parentd3140c11a5ff0c44b68f2651a93ba293bc25271d (diff)
parentd442d689b323559a9f2b31c08f64d26386ae2ca8 (diff)
Merge pull request #321877 from r-ryantm/auto-update/httpx
httpx: 1.6.3 -> 1.6.4
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/httpx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/httpx/default.nix b/pkgs/tools/security/httpx/default.nix
index d0d78c3047fae..cfc44441820ce 100644
--- a/pkgs/tools/security/httpx/default.nix
+++ b/pkgs/tools/security/httpx/default.nix
@@ -6,16 +6,16 @@
 
 buildGoModule rec {
   pname = "httpx";
-  version = "1.6.3";
+  version = "1.6.4";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "httpx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-N2Fym3OwTHjdaJ1fzGWL+BoUYsQ5216d3Ohz5Yrf558=";
+    hash = "sha256-EvpCJx5OtWOM/TIz45+8lvkphnyGiI7P7hvFeuNmGfM=";
   };
 
-  vendorHash = "sha256-jD5LQ9HZbWpoXgnyA7RacaDdyBPMbK02PhKQT+1il4Q=";
+  vendorHash = "sha256-0e8P6pMvtEj28j7BQlNPkW/XpjSVBnKP/Dli+oU+J10=";
 
   subPackages = [ "cmd/httpx" ];