mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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
|
||||
py.pkgs.buildPythonApplication rec {
|
||||
pname = "prowler";
|
||||
version = "5.6.0";
|
||||
version = "5.7.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "prowler-cloud";
|
||||
repo = "prowler";
|
||||
tag = version;
|
||||
hash = "sha256-+AZEeWvkG8abC44WmVjDzZ9BT+MrLp5+iLDOMmN0aN4=";
|
||||
hash = "sha256-gs/upAQLdMfmoWQrl1wS1wo/8gpmkuRv/tuWhviqSMU=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
@ -75,6 +75,7 @@ py.pkgs.buildPythonApplication rec {
|
|||
pandas
|
||||
py-ocsf-models
|
||||
pydantic_1
|
||||
pygithub
|
||||
python-dateutil
|
||||
pytz
|
||||
schema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue