forked from mirrors/nixpkgs
httpx: update vendorSha256
This commit is contained in:
parent
0a9b154866
commit
8a5ac31310
|
@ -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";
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue