python311Packages.cfn-lint: 0.83.3 -> 0.84.0
https://github.com/aws-cloudformation/cfn-lint/compare/v0.83.3...v0.84.0
This commit is contained in:
parent
2f3336dc1a
commit
092085c864
@ -20,16 +20,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cfn-lint";
|
||||
version = "0.83.3";
|
||||
version = "0.84.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aws-cloudformation";
|
||||
repo = "cfn-lint";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-0NHD8P+lKsrsEX/ypUS5dIwHOLudQcqkH8zG5RxANxE=";
|
||||
hash = "sha256-N1bMJdPgl3Ohe4MhmFB5KH2FK4Vp2jB0RUscLFDvi2k=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user