10 src = fetchFromGitHub {
13 rev = "refs/tags/${version}";
14 hash = "sha256-tukynKPcIwDwpH0/SFyif6OGVZrmLVdXfhrFaaVd1d8=";
17 vendorHash = "sha256-0tX/s5a6PPQuEw3BTs6uW9c5OHqXryzIfDNPnQH5sS8=";
25 description = "CLI utility to find subdomains from curated passive online sources";
26 mainProgram = "xsubfind3r";
27 homepage = "https://github.com/hueristiq/xsubfind3r";
28 changelog = "https://github.com/hueristiq/xsubfind3r/releases/tag/${version}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];