Unverified Commit 8c66c2ec authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

prowler: 4.4.1 -> 4.6.1 (#360408)

parents ed6cdbf5 566e47e4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "prowler";
  version = "4.4.1";
  version = "4.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "prowler-cloud";
    repo = "prowler";
    rev = "refs/tags/${version}";
    hash = "sha256-9pqp9DJKvzOzApWuSXNn7uQ4bxdPmQ9QtOEAlbrT9Eg=";
    hash = "sha256-lEoUZQh5wnfX6J5ZbpCM+ZwJyyw/Ex6LNTTT9ZXw2Z4=";
  };

  pythonRelaxDeps = true;
@@ -37,6 +37,7 @@ python3.pkgs.buildPythonApplication rec {
    azure-mgmt-rdbms
    azure-mgmt-resource
    azure-mgmt-security
    azure-mgmt-search
    azure-mgmt-sql
    azure-mgmt-storage
    azure-mgmt-subscription