python3Packages.cfn-lint: 1.18.1 -> 1.22.5
https://github.com/aws-cloudformation/cfn-lint/blob/v1.22.5/CHANGELOG.md
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cfn-lint";
|
||||
version = "1.18.1";
|
||||
version = "1.22.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
owner = "aws-cloudformation";
|
||||
repo = "cfn-lint";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-e06ytX1scIsmw/SezIVVnGn0day1l6kQ/wb05E8O7h0=";
|
||||
hash = "sha256-OkgnwZwcRzwYmBq8yCR89iTB3vm0BHWPMTszrr1tYLU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -97,7 +97,7 @@ buildPythonPackage rec {
|
||||
description = "Checks cloudformation for practices and behaviour that could potentially be improved";
|
||||
mainProgram = "cfn-lint";
|
||||
homepage = "https://github.com/aws-cloudformation/cfn-lint";
|
||||
changelog = "https://github.com/aws-cloudformation/cfn-lint/blob/v${version}/CHANGELOG.md";
|
||||
changelog = "https://github.com/aws-cloudformation/cfn-lint/blob/${src.tag}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user