7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
13 owner = "EnableSecurity";
15 rev = "refs/tags/v${version}";
16 hash = "sha256-O8/9Vz/u8BoF1dfGceOJdzPPYLfkdBp2DkwA5WQ3dgo=";
21 ] ++ (with python3.pkgs; [
25 dependencies = with python3.pkgs; [
30 installManPage man1/*.1
33 # Project has no tests
36 pythonImportsCheck = [
41 description = "Set of tools to audit SIP based VoIP systems";
42 homepage = "https://github.com/EnableSecurity/sipvicious";
43 changelog = "https://github.com/EnableSecurity/sipvicious/releases/tag/v${version}";
44 license = with licenses; [ gpl3Plus ];
45 maintainers = with maintainers; [ fab ];