Skip to content

Commit 8c66c2e

Browse files
authored
prowler: 4.4.1 -> 4.6.1 (#360408)
2 parents ed6cdbf + 566e47e commit 8c66c2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/pr/prowler/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "prowler";
9-
version = "4.4.1";
9+
version = "4.6.1";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "prowler-cloud";
1414
repo = "prowler";
1515
rev = "refs/tags/${version}";
16-
hash = "sha256-9pqp9DJKvzOzApWuSXNn7uQ4bxdPmQ9QtOEAlbrT9Eg=";
16+
hash = "sha256-lEoUZQh5wnfX6J5ZbpCM+ZwJyyw/Ex6LNTTT9ZXw2Z4=";
1717
};
1818

1919
pythonRelaxDeps = true;
@@ -37,6 +37,7 @@ python3.pkgs.buildPythonApplication rec {
3737
azure-mgmt-rdbms
3838
azure-mgmt-resource
3939
azure-mgmt-security
40+
azure-mgmt-search
4041
azure-mgmt-sql
4142
azure-mgmt-storage
4243
azure-mgmt-subscription

0 commit comments

Comments
 (0)