prowler: 5.4.1 -> 5.4.2 (#393183)

authored by Fabian Affolter and committed by GitHub 9c213ed8 84f8a2c0

+3 -3
+3 -3
pkgs/by-name/pr/prowler/package.nix
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "prowler"; 9 - version = "5.4.1"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "prowler-cloud"; 14 repo = "prowler"; 15 tag = version; 16 - hash = "sha256-byZjb208AHpzKHRp+wJeT3Brt3p5MLWSYZ+7go7Ciw4="; 17 }; 18 19 pythonRelaxDeps = true; ··· 74 meta = with lib; { 75 description = "Security tool for AWS, Azure and GCP to perform Cloud Security best practices assessments"; 76 homepage = "https://github.com/prowler-cloud/prowler"; 77 - changelog = "https://github.com/prowler-cloud/prowler/releases/tag/${version}"; 78 license = licenses.asl20; 79 maintainers = with maintainers; [ fab ]; 80 mainProgram = "prowler";
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "prowler"; 9 + version = "5.4.2"; 10 pyproject = true; 11 12 src = fetchFromGitHub { 13 owner = "prowler-cloud"; 14 repo = "prowler"; 15 tag = version; 16 + hash = "sha256-VT28O67s69pzmy3e6F3teRKzsPFnRT1Z2b3ngjQg5Og="; 17 }; 18 19 pythonRelaxDeps = true; ··· 74 meta = with lib; { 75 description = "Security tool for AWS, Azure and GCP to perform Cloud Security best practices assessments"; 76 homepage = "https://github.com/prowler-cloud/prowler"; 77 + changelog = "https://github.com/prowler-cloud/prowler/releases/tag/${src.tag}"; 78 license = licenses.asl20; 79 maintainers = with maintainers; [ fab ]; 80 mainProgram = "prowler";