lol

cfripper: 1.17.0 -> 1.17.1 (#406711)

authored by

Fabian Affolter and committed by
GitHub
873672a3 a59b0f1d

+3 -3
+3 -3
pkgs/by-name/cf/cfripper/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "cfripper"; 9 - version = "1.17.0"; 9 + version = "1.17.1"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Skyscanner"; 14 14 repo = "cfripper"; 15 15 tag = "v${version}"; 16 - hash = "sha256-xmCI+rM8Ijj66Df6H5WFpxTDkKqW5CPwXh+w/Qaqooc="; 16 + hash = "sha256-qAsIm1mcvMQshKActmFZuxgH3Yyzvw6m7e8DklG1AQ4="; 17 17 }; 18 18 19 19 pythonRelaxDeps = [ ··· 62 62 meta = with lib; { 63 63 description = "Tool for analysing CloudFormation templates"; 64 64 homepage = "https://github.com/Skyscanner/cfripper"; 65 - changelog = "https://github.com/Skyscanner/cfripper/releases/tag/v${version}"; 65 + changelog = "https://github.com/Skyscanner/cfripper/releases/tag/${src.tag}"; 66 66 license = with licenses; [ asl20 ]; 67 67 maintainers = with maintainers; [ fab ]; 68 68 mainProgram = "cfripper";