10 src = fetchFromGitHub {
13 rev = "refs/tags/${version}";
14 hash = "sha256-W1cvSvRnDGFp4br8s/nL+owIGWTJ1bVX6kvmeTLUuuI=";
17 vendorHash = "sha256-fHdtqjFmT+8cmy2SxjjBvw5Rct7lA2ksGVmm/9ncbRI=";
25 description = "CLI utility to recursively crawl webpages";
26 homepage = "https://github.com/hueristiq/xcrawl3r";
27 changelog = "https://github.com/hueristiq/xcrawl3r/releases/tag/${version}";
28 license = licenses.mit;
29 maintainers = with maintainers; [ fab ];
30 mainProgram = "xcrawl3r";