File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77python3 . 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" ;
You can’t perform that action at this time.
0 commit comments