Loading pkgs/tools/security/httpx/default.nix +6 −7 Original line number Diff line number Diff line { buildGoModule , fetchFromGitHub , lib { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { Loading @@ -16,9 +17,7 @@ buildGoModule rec { vendorHash = "sha256-A82eMV9MegJt3wAkK0YbyMQqt7zlX01DmZ2z3YIGrQ8="; subPackages = [ "cmd/httpx" ]; subPackages = [ "cmd/httpx" ]; ldflags = [ "-s" Loading @@ -30,7 +29,6 @@ buildGoModule rec { meta = with lib; { description = "Fast and multi-purpose HTTP toolkit"; mainProgram = "httpx"; longDescription = '' httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the Loading @@ -40,5 +38,6 @@ buildGoModule rec { changelog = "https://github.com/projectdiscovery/httpx/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; mainProgram = "httpx"; }; } Loading
pkgs/tools/security/httpx/default.nix +6 −7 Original line number Diff line number Diff line { buildGoModule , fetchFromGitHub , lib { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { Loading @@ -16,9 +17,7 @@ buildGoModule rec { vendorHash = "sha256-A82eMV9MegJt3wAkK0YbyMQqt7zlX01DmZ2z3YIGrQ8="; subPackages = [ "cmd/httpx" ]; subPackages = [ "cmd/httpx" ]; ldflags = [ "-s" Loading @@ -30,7 +29,6 @@ buildGoModule rec { meta = with lib; { description = "Fast and multi-purpose HTTP toolkit"; mainProgram = "httpx"; longDescription = '' httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers using retryablehttp library, it is designed to maintain the Loading @@ -40,5 +38,6 @@ buildGoModule rec { changelog = "https://github.com/projectdiscovery/httpx/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; mainProgram = "httpx"; }; }