11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-V6QJqjuVLE6jpwv4XbsdPx8kpfTRjV4QH5O6lng9+h4=";
18 vendorHash = "sha256-yTsiEA6NI2atN1VrclwVe1xz7CEFfcuRt4yMuz2CFog=";
26 # requires network access
27 "-skip=TestIPToHostname"
31 description = "Information gathering tool for DNS, ports and more";
32 mainProgram = "scilla";
33 homepage = "https://github.com/edoardottt/scilla";
34 changelog = "https://github.com/edoardottt/scilla/releases/tag/v${version}";
35 license = with licenses; [ gpl3Plus ];
36 maintainers = with maintainers; [ fab ];