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 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "prowler"; 9 - version = "5.4.1"; 9 + version = "5.4.2"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "prowler-cloud"; 14 14 repo = "prowler"; 15 15 tag = version; 16 - hash = "sha256-byZjb208AHpzKHRp+wJeT3Brt3p5MLWSYZ+7go7Ciw4="; 16 + hash = "sha256-VT28O67s69pzmy3e6F3teRKzsPFnRT1Z2b3ngjQg5Og="; 17 17 }; 18 18 19 19 pythonRelaxDeps = true; ··· 74 74 meta = with lib; { 75 75 description = "Security tool for AWS, Azure and GCP to perform Cloud Security best practices assessments"; 76 76 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}"; 78 78 license = licenses.asl20; 79 79 maintainers = with maintainers; [ fab ]; 80 80 mainProgram = "prowler";