Skip to content

Commit

Permalink
prowler: 5.0.1 -> 5.0.2 (NixOS#366497)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 19, 2024
2 parents 78bfef8 + c012579 commit 573d316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pr/prowler/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "prowler";
version = "5.0.1";
version = "5.0.2";
pyproject = true;

src = fetchFromGitHub {
owner = "prowler-cloud";
repo = "prowler";
rev = "refs/tags/${version}";
hash = "sha256-yT6hyOmKkndJvtbxGQdzmW/miC8kz1yIo3DxvMPJ30Y=";
tag = version;
hash = "sha256-8sQodEh12aEcIgBMC9kvI/aBTqttCC0lcQUl+D+k+XA=";
};

pythonRelaxDeps = true;
Expand Down

0 comments on commit 573d316

Please sign in to comment.