3
0
Fork 0
forked from mirrors/nixpkgs

httpx: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 05:24:36 +10:00
parent 0a9b154866
commit 8a5ac31310
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,7 @@ buildGoModule rec {
sha256 = "sha256-XA099gBp52g0RUbbFSE8uFa7gh56bO8H66KaFAtK1RU=";
};
vendorSha256 = "sha256-rmuRZ8jRwSaAYgrOBgJwsEOAaUNJwhPJX9hEaJTX6/E=";
vendorSha256 = "sha256-Qx0QaPKpEq4U+G3qdfMN4EVyY5zI2SyzcK/U6o6loHE=";
meta = with lib; {
description = "Fast and multi-purpose HTTP toolkit";

View file

@ -6469,7 +6469,9 @@ with pkgs;
httptunnel = callPackage ../tools/networking/httptunnel { };
httpx = callPackage ../tools/security/httpx { };
httpx = callPackage ../tools/security/httpx {
buildGoModule = buildGo117Module;
};
hurl = callPackage ../tools/networking/hurl { };