1 { lib, fetchFromGitHub, python3Packages }:
3 python3Packages.buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "0ks1zr0ksma285sm2dyy0nsbrkpssdk4mdzc3srr4mcyd6v927jd";
14 checkInputs = with python3Packages; [
19 description = "Tool for ssh server auditing";
20 homepage = "https://github.com/jtesta/ssh-audit";
21 license = licenses.mit;
22 platforms = platforms.all;
23 maintainers = with maintainers; [ tv SuperSandro2000 ];