mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
prowler: 3.13.0 -> 3.14.0
Changelog: https://github.com/prowler-cloud/prowler/releases/tag/3.14.0
This commit is contained in:
parent
a95dd6aa93
commit
c079bf21d8
@ -6,17 +6,19 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "prowler";
|
||||
version = "3.13.0";
|
||||
version = "3.14.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "prowler-cloud";
|
||||
repo = "prowler";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-19B6b+xR+f7dIu/6eINsxs7UxuV96QdsNncodC8/N3Q=";
|
||||
hash = "sha256-hQVrKhBgucuZQ2CZKG6VJMsHUGkWNch9em2dRCbEA+A=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"azure-mgmt-compute"
|
||||
"azure-mgmt-network"
|
||||
"azure-mgmt-security"
|
||||
"azure-storage-blob"
|
||||
"boto3"
|
||||
@ -24,8 +26,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
"google-api-python-client"
|
||||
"jsonschema"
|
||||
"pydantic"
|
||||
"slack-sdk"
|
||||
"pydantic"
|
||||
"slack-sdk"
|
||||
];
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
@ -42,7 +44,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||
azure-identity
|
||||
azure-mgmt-applicationinsights
|
||||
azure-mgmt-authorization
|
||||
azure-mgmt-compute
|
||||
azure-mgmt-cosmosdb
|
||||
azure-mgmt-network
|
||||
azure-mgmt-rdbms
|
||||
azure-mgmt-security
|
||||
azure-mgmt-sql
|
||||
|
Loading…
Reference in New Issue
Block a user