Loading pkgs/tools/security/faraday-agent-dispatcher/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "faraday-agent-dispatcher"; version = "2.6.2"; format = "setuptools"; version = "3.0.1"; pyproject = true; src = fetchFromGitHub { owner = "infobyte"; repo = "faraday_agent_dispatcher"; rev = "refs/tags/${version}"; hash = "sha256-+lsejepg/iBHo6CRAGNHjiUC7ZgboHbKu7EDmlN3lVk="; hash = "sha256-QCxYqLZAPrhcKAFguWT2ygN/OMe2Tr7HtnMx4Kp2bGM="; }; postPatch = '' Loading @@ -20,7 +20,12 @@ python3.pkgs.buildPythonApplication rec { --replace '"pytest-runner",' "" ''; pythonRelaxDeps = [ "python-socketio" ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook setuptools-scm ]; Loading @@ -34,6 +39,7 @@ python3.pkgs.buildPythonApplication rec { pytenable python-gvm python-owasp-zap-v2-4 python-socketio pyyaml requests syslog-rfc5424-formatter Loading Loading
pkgs/tools/security/faraday-agent-dispatcher/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "faraday-agent-dispatcher"; version = "2.6.2"; format = "setuptools"; version = "3.0.1"; pyproject = true; src = fetchFromGitHub { owner = "infobyte"; repo = "faraday_agent_dispatcher"; rev = "refs/tags/${version}"; hash = "sha256-+lsejepg/iBHo6CRAGNHjiUC7ZgboHbKu7EDmlN3lVk="; hash = "sha256-QCxYqLZAPrhcKAFguWT2ygN/OMe2Tr7HtnMx4Kp2bGM="; }; postPatch = '' Loading @@ -20,7 +20,12 @@ python3.pkgs.buildPythonApplication rec { --replace '"pytest-runner",' "" ''; pythonRelaxDeps = [ "python-socketio" ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook setuptools-scm ]; Loading @@ -34,6 +39,7 @@ python3.pkgs.buildPythonApplication rec { pytenable python-gvm python-owasp-zap-v2-4 python-socketio pyyaml requests syslog-rfc5424-formatter Loading