11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-ms52ii2cbZSZtcyxhVN+FbGP6hysoLvS7XwdPqxYymU=";
18 vendorHash = "sha256-tOg4T9yQm1aj5G89lUeRUTxi4YrwpRi5KDcpWw4TimY=";
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 ];