Merge pull request #298278 from r-ryantm/auto-update/websecprobe
websecprobe: 0.0.11 -> 0.0.12
This commit is contained in:
commit
0880fda831
1 changed files with 5 additions and 4 deletions
|
@ -5,20 +5,20 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "websecprobe";
|
pname = "websecprobe";
|
||||||
version = "0.0.11";
|
version = "0.0.12";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "WebSecProbe";
|
pname = "WebSecProbe";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-OKbKz3HSTtwyx/JNUtLJBTaHQcxkUWroMg9/msVWgk4=";
|
hash = "sha256-RX4tc6JaUVaNx8nidn8eMcbsmbcSY+VZbup6c6P7oOs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
build-system = with python3.pkgs; [
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
dependencies = with python3.pkgs; [
|
||||||
requests
|
requests
|
||||||
tabulate
|
tabulate
|
||||||
];
|
];
|
||||||
|
@ -34,6 +34,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Web Security Assessment Tool";
|
description = "Web Security Assessment Tool";
|
||||||
homepage = "https://github.com/spyboy-productions/WebSecProbe/";
|
homepage = "https://github.com/spyboy-productions/WebSecProbe/";
|
||||||
|
changelog = "https://github.com/spyboy-productions/WebSecProbe/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
mainProgram = "websecprobe";
|
mainProgram = "websecprobe";
|
||||||
|
|
Loading…
Reference in a new issue