diff options
author | Jonas Heinrich | 2024-06-29 11:23:05 +0200 |
---|---|---|
committer | GitHub | 2024-06-29 11:23:05 +0200 |
commit | 2797e8c9cb6e9f1c1345871b2f6d1a0c93c70e7a (patch) | |
tree | 3c29bae4127097d2c88674803bf6c643b94028ea /pkgs/tools | |
parent | bca773844897408d60a82bbc6bec16689b822814 (diff) | |
parent | a643284f2b5ab233a76418ba6cb330fd1e20577f (diff) |
Merge pull request #323225 from r-ryantm/auto-update/httpx
httpx: 1.6.4 -> 1.6.5
Diffstat (limited to 'pkgs/tools')
-rw-r--r-- | pkgs/tools/security/httpx/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/httpx/default.nix b/pkgs/tools/security/httpx/default.nix index cfc44441820c..e31381ff3362 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" ]; |