mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
faraday-agent-dispatcher: 2.3.0 -> 2.4.0
Changelog: https://github.com/infobyte/faraday_agent_dispatcher/releases/tag/2.4.0
This commit is contained in:
parent
c11824f644
commit
41189f1178
1 changed files with 3 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "faraday-agent-dispatcher";
|
||||
version = "2.3.0";
|
||||
version = "2.4.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "infobyte";
|
||||
repo = "faraday_agent_dispatcher";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-lsSpD3XJ6Yw9viRCRB7zhl/KTC6Nwle2vnZ9xWr4Ujo=";
|
||||
hash = "sha256-gZXA+2zW25Dl8JmBgg7APZt6ZdpFOEFZXAkiZ+tn/4g=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
|
@ -25,6 +25,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
faraday-agent-parameters-types
|
||||
faraday-plugins
|
||||
itsdangerous
|
||||
psutil
|
||||
python-gvm
|
||||
python-owasp-zap-v2-4
|
||||
pyyaml
|
||||
|
|
Loading…
Reference in a new issue