From f7bd1431f28d23451170ddbcbf18231753bff5b9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 15 Nov 2023 09:31:02 +0100 Subject: [PATCH] httpx: 1.3.6 -> 1.3.7 Diff: https://github.com/projectdiscovery/httpx/compare/refs/tags/v1.3.6...v1.3.7 Changelog: https://github.com/projectdiscovery/httpx/releases/tag/v1.3.7 --- pkgs/tools/security/httpx/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/security/httpx/default.nix b/pkgs/tools/security/httpx/default.nix index ec29abdb614d..294c0e0302f3 100644 --- a/pkgs/tools/security/httpx/default.nix +++ b/pkgs/tools/security/httpx/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "httpx"; - version = "1.3.6"; + version = "1.3.7"; src = fetchFromGitHub { owner = "projectdiscovery"; repo = "httpx"; rev = "refs/tags/v${version}"; - hash = "sha256-oLx8fyFmK6SyFLw4yDwa+z5CpuAqebQdEH3JCbt9cg0="; + hash = "sha256-FiCY9dZDZ92c6MayloS97Ff1trc5w4M/AIS6XORZf5U="; }; - vendorHash = "sha256-QggYz5vAzhqagYIRCa7R09px8qXaqsTcj659XIV/LR4="; + vendorHash = "sha256-++vCyunRkLn9K1u+zXSN4TzIS9J8emc/w85ToqmG7gY="; subPackages = [ "cmd/httpx"