Merge pull request #154496 from fabaff/bump-httpx

httpx: 1.1.4 -> 1.1.5
This commit is contained in:
Fabian Affolter 2022-01-11 13:02:22 +01:00 committed by GitHub
commit b6e66ccaa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "httpx";
version = "1.1.4";
version = "1.1.5";
src = fetchFromGitHub {
owner = "projectdiscovery";
repo = "httpx";
rev = "v${version}";
sha256 = "sha256-Mis3DQwcTazHVF7hkTRQ2OtQxeGut5LRUAloBXCdq3s=";
sha256 = "sha256-XA099gBp52g0RUbbFSE8uFa7gh56bO8H66KaFAtK1RU=";
};
vendorSha256 = "sha256-53Mvc637J306MJLw+l1amAuZhUE/NdDvuWEe0fg4Hog=";
vendorSha256 = "sha256-rmuRZ8jRwSaAYgrOBgJwsEOAaUNJwhPJX9hEaJTX6/E=";
meta = with lib; {
description = "Fast and multi-purpose HTTP toolkit";