about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2024-06-29 11:23:05 +0200
committerGitHub <noreply@github.com>2024-06-29 11:23:05 +0200
commit2797e8c9cb6e9f1c1345871b2f6d1a0c93c70e7a (patch)
tree3c29bae4127097d2c88674803bf6c643b94028ea
parentbca773844897408d60a82bbc6bec16689b822814 (diff)
parenta643284f2b5ab233a76418ba6cb330fd1e20577f (diff)
Merge pull request #323225 from r-ryantm/auto-update/httpx
httpx: 1.6.4 -> 1.6.5
-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 cfc44441820ce..e31381ff3362b 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.4";
+  version = "1.6.5";
 
   src = fetchFromGitHub {
     owner = "projectdiscovery";
     repo = "httpx";
     rev = "refs/tags/v${version}";
-    hash = "sha256-EvpCJx5OtWOM/TIz45+8lvkphnyGiI7P7hvFeuNmGfM=";
+    hash = "sha256-c+o+T2CWIqibjTn5zuTKCvdYVvmgzSQoQVOLiqdRHHU=";
   };
 
-  vendorHash = "sha256-0e8P6pMvtEj28j7BQlNPkW/XpjSVBnKP/Dli+oU+J10=";
+  vendorHash = "sha256-ia8sxoldJiMbnerodUz+SEuUWRqSzJfO737TmfO8aL4=";
 
   subPackages = [ "cmd/httpx" ];