Unverified Commit 32614d27 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

prowler: 4.3.7 -> 4.4.1 (#349370)

parents 85540fb1 ba62342a
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.3.7";
  version = "4.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "prowler-cloud";
    repo = "prowler";
    rev = "refs/tags/${version}";
    hash = "sha256-hzkG0cHNR1t2/8OflRvF44rCl4UeMTq1Vw8sRdcl/WE=";
    hash = "sha256-9pqp9DJKvzOzApWuSXNn7uQ4bxdPmQ9QtOEAlbrT9Eg=";
  };

  pythonRelaxDeps = true;
@@ -28,6 +28,7 @@ python3.pkgs.buildPythonApplication rec {
    azure-mgmt-applicationinsights
    azure-mgmt-authorization
    azure-mgmt-compute
    azure-mgmt-containerregistry
    azure-mgmt-containerservice
    azure-mgmt-cosmosdb
    azure-mgmt-keyvault