httpx: 1.3.2 -> 1.3.3
Diff: https://github.com/projectdiscovery/httpx/compare/refs/tags/v1.3.2...v1.3.3 Changelog: https://github.com/projectdiscovery/httpx/releases/tag/v1.3.3
This commit is contained in:
parent
3923eeb462
commit
11c8cb5e39
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "httpx";
|
||||
version = "1.3.2";
|
||||
version = "1.3.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "projectdiscovery";
|
||||
repo = "httpx";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-uw4ENb+4wHRCBNFDd6t25HNnhK81s4PpkNGF0z+vv/k=";
|
||||
hash = "sha256-VYFXxCKlVqueUk/uoD15ay+IWiFKDsBHp5WXZlajw70=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-EETrhkhKNmcEP6rmSOrf/6XPmZ/m5/gfDDsR5MmiSh4=";
|
||||
vendorHash = "sha256-1WamyEnDsuyv0ijHPJthS/ZZVXKrGu8LG8w5wMVoUS0=";
|
||||
|
||||
subPackages = [ "cmd/httpx" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue