Merge pull request #283584 from fabaff/httpx-bump

httpx: 1.3.8 -> 1.3.9

authored by Fabian Affolter and committed by GitHub 850239d1 65f49868

+3 -3
+3 -3
pkgs/tools/security/httpx/default.nix
··· 5 6 buildGoModule rec { 7 pname = "httpx"; 8 - version = "1.3.8"; 9 10 src = fetchFromGitHub { 11 owner = "projectdiscovery"; 12 repo = "httpx"; 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-mHksSCOy0vF7YRg2Pu6r8VzA8YNP8JXTCd44QoGTyww="; 15 }; 16 17 - vendorHash = "sha256-TctifN2YhW5t+nuFVB1yPgOopLzQfgi5QIJitMlVPJc="; 18 19 subPackages = [ 20 "cmd/httpx"
··· 5 6 buildGoModule rec { 7 pname = "httpx"; 8 + version = "1.3.9"; 9 10 src = fetchFromGitHub { 11 owner = "projectdiscovery"; 12 repo = "httpx"; 13 rev = "refs/tags/v${version}"; 14 + hash = "sha256-3k/3CJ+/17Ygj4N8KPRYiAT+QJx3RlQMNemFztKtTt4="; 15 }; 16 17 + vendorHash = "sha256-apTCSKWkAarAHDEVvyyRjBm5s5M2YDXP5bMITDLoq20="; 18 19 subPackages = [ 20 "cmd/httpx"