10 src = fetchFromGitHub {
14 hash = "sha256-k/Ev+zpYF+DcnQvMbbRzoJ4co83q3pi/D9T4DhtGR/I=";
19 ldflags = [ "-s" "-w" ];
22 description = "Take a list of domains and probe for working HTTP and HTTPS servers";
23 homepage = "https://github.com/tomnomnom/httprobe";
24 license = licenses.mit;
25 maintainers = with maintainers; [ figsoda ];
26 mainProgram = "httprobe";