Skip to content

Commit 8ee5f61

Browse files
committed
prowler: 5.4.1 -> 5.4.2
1 parent db6ea9d commit 8ee5f61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

1212
src = fetchFromGitHub {
1313
owner = "prowler-cloud";
1414
repo = "prowler";
1515
tag = version;
16-
hash = "sha256-byZjb208AHpzKHRp+wJeT3Brt3p5MLWSYZ+7go7Ciw4=";
16+
hash = "sha256-VT28O67s69pzmy3e6F3teRKzsPFnRT1Z2b3ngjQg5Og=";
1717
};
1818

1919
pythonRelaxDeps = true;
@@ -74,7 +74,7 @@ python3.pkgs.buildPythonApplication rec {
7474
meta = with lib; {
7575
description = "Security tool for AWS, Azure and GCP to perform Cloud Security best practices assessments";
7676
homepage = "https://github.com/prowler-cloud/prowler";
77-
changelog = "https://github.com/prowler-cloud/prowler/releases/tag/${version}";
77+
changelog = "https://github.com/prowler-cloud/prowler/releases/tag/${src.tag}";
7878
license = licenses.asl20;
7979
maintainers = with maintainers; [ fab ];
8080
mainProgram = "prowler";

0 commit comments

Comments
 (0)