mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
prowler: 5.6.0 -> 5.7.1
Changelog: https://github.com/prowler-cloud/prowler/releases/tag/5.7.1
This commit is contained in:
parent
e396b3f7d4
commit
6804651ee7
1 changed files with 3 additions and 2 deletions
|
@ -21,14 +21,14 @@ let
|
||||||
in
|
in
|
||||||
py.pkgs.buildPythonApplication rec {
|
py.pkgs.buildPythonApplication rec {
|
||||||
pname = "prowler";
|
pname = "prowler";
|
||||||
version = "5.6.0";
|
version = "5.7.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "prowler-cloud";
|
owner = "prowler-cloud";
|
||||||
repo = "prowler";
|
repo = "prowler";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-+AZEeWvkG8abC44WmVjDzZ9BT+MrLp5+iLDOMmN0aN4=";
|
hash = "sha256-gs/upAQLdMfmoWQrl1wS1wo/8gpmkuRv/tuWhviqSMU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
@ -75,6 +75,7 @@ py.pkgs.buildPythonApplication rec {
|
||||||
pandas
|
pandas
|
||||||
py-ocsf-models
|
py-ocsf-models
|
||||||
pydantic_1
|
pydantic_1
|
||||||
|
pygithub
|
||||||
python-dateutil
|
python-dateutil
|
||||||
pytz
|
pytz
|
||||||
schema
|
schema
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue