7 pname = "nmap-formatter";
10 src = fetchFromGitHub {
14 hash = "sha256-tB3FPb0k7jJ8RECsT3eLGjVpHqNclOvlh1MgoV6bbwo=";
17 vendorHash = "sha256-PKoe4rpwPy3omfRRhN70iEJJ/sHliIwxPUHGxRJqrf4=";
20 description = "Tool that allows you to convert nmap output";
21 mainProgram = "nmap-formatter";
22 homepage = "https://github.com/vdjagilev/nmap-formatter";
23 changelog = "https://github.com/vdjagilev/nmap-formatter/releases/tag/v${version}";
24 license = licenses.mit;
25 maintainers = with maintainers; [ fab ];