11 src = fetchFromGitHub {
15 hash = "sha256-t2u6Q8CatUIQKk146uor367vr85O6KU8Gf8LZFZTESU=";
18 vendorHash = "sha256-VwzjkZLKovmPjvEmANMgZTtkwiM+dyjfTqftvK+muPM=";
26 description = "Scrape domain names from SSL certificates of arbitrary hosts";
27 homepage = "https://github.com/glebarez/cero";
28 changelog = "https://github.com/glebarez/cero/releases/tag/v${version}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];