httpx: 1.0.6 -> 1.0.7

This commit is contained in:
R. RyanTM 2021-05-26 08:04:59 +00:00
parent 4381631c26
commit 88325edab9

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "httpx";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "httpx";
rev = "v${version}";
sha256 = "sha256-zwQDPOpctnAj6J6mQ4N7O1KJiAIu6osB/IlnM0D/hZA=";
sha256 = "sha256-UrukkBY4kxAh9V4V1VoHMfBGx9rH6A+kZI0BtkT0ito=";
};
vendorSha256 = "sha256-Cb7RomQ/+O9xgUlCudoj7zLd2vrs58d00/vk/EboJ6Q=";
vendorSha256 = "sha256-yk94jD8gwgmEroxg7vzfaISVakMv3+tUoq+Auas751w=";
meta = with lib; {
description = "Fast and multi-purpose HTTP toolkit";