Merge pull request #181450 from fabaff/httpx-bump

httpx: 1.2.2 -> 1.2.3
This commit is contained in:
Mario Rodas 2022-07-14 08:41:52 -05:00 committed by GitHub
commit 66380cfe44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "httpx";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "httpx";
rev = "v${version}";
sha256 = "sha256-DfbogRkxFiiW/UF9mKrq8x4nQvNj7D7D76/DsaTA/A0=";
sha256 = "sha256-gBt1xllfzw8M+n+vgUmOQ3vgDxDuDaQ7YXfWdLWnpVk=";
};
vendorSha256 = "sha256-ZI56as5eD2Q2JNc5+lv4A7ja6cbZ9kha7ofUaOAkeHg=";
vendorSha256 = "sha256-9ZwRbeZ1iSuJiIJDBauU1U9PpGn8QQPTd3MfrnSmF+w=";
meta = with lib; {
description = "Fast and multi-purpose HTTP toolkit";