httpx: 1.1.4 -> 1.1.5

This commit is contained in:
Fabian Affolter 2022-01-11 11:08:49 +01:00
parent 14d2c7d929
commit b081303c24

View file

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