mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
prowler: 4.3.7 -> 4.4.1
Changelog: https://github.com/prowler-cloud/prowler/releases/tag/4.4.1
This commit is contained in:
parent
c4c95cac81
commit
ba62342af9
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "prowler";
|
pname = "prowler";
|
||||||
version = "4.3.7";
|
version = "4.4.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "prowler-cloud";
|
owner = "prowler-cloud";
|
||||||
repo = "prowler";
|
repo = "prowler";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-hzkG0cHNR1t2/8OflRvF44rCl4UeMTq1Vw8sRdcl/WE=";
|
hash = "sha256-9pqp9DJKvzOzApWuSXNn7uQ4bxdPmQ9QtOEAlbrT9Eg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
@ -28,6 +28,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
azure-mgmt-applicationinsights
|
azure-mgmt-applicationinsights
|
||||||
azure-mgmt-authorization
|
azure-mgmt-authorization
|
||||||
azure-mgmt-compute
|
azure-mgmt-compute
|
||||||
|
azure-mgmt-containerregistry
|
||||||
azure-mgmt-containerservice
|
azure-mgmt-containerservice
|
||||||
azure-mgmt-cosmosdb
|
azure-mgmt-cosmosdb
|
||||||
azure-mgmt-keyvault
|
azure-mgmt-keyvault
|
||||||
|
Loading…
Reference in New Issue
Block a user