wapiti: 3.1.2 -> 3.1.3
This commit is contained in:
parent
006ffd8252
commit
31cffb8d36
1 changed files with 3 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "wapiti";
|
pname = "wapiti";
|
||||||
version = "3.1.2";
|
version = "3.1.3";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wapiti-scanner";
|
owner = "wapiti-scanner";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-nGAG+7FqEktc55i5Q2urKh52vm/i6kX4kvS2AVUAUjA=";
|
sha256 = "sha256-alrJVe4Miarkk8BziC8Y333b3swJ4b4oQpP2WAdT2rc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
@ -30,6 +30,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
loguru
|
loguru
|
||||||
Mako
|
Mako
|
||||||
markupsafe
|
markupsafe
|
||||||
|
mitmproxy
|
||||||
six
|
six
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
tld
|
tld
|
||||||
|
|
Loading…
Reference in a new issue