python3Packages.cfn-lint: 0.48.0 -> 0.51.0

This commit is contained in:
Jonathan Ringer 2021-06-18 18:39:04 -07:00 committed by Martin Weinelt
parent 20cd1f37e7
commit 3e3e1cb638

View file

@ -21,13 +21,13 @@
buildPythonPackage rec {
pname = "cfn-lint";
version = "0.48.0";
version = "0.51.0";
src = fetchFromGitHub {
owner = "aws-cloudformation";
repo = "cfn-python-lint";
rev = "v${version}";
sha256 = "03j5w9cyvpbxh634jd2dhkgfs3c2hmgqh77w664855lgy2ph9zll";
sha256 = "1027s243sik25c6sqw6gla7k7vl3jdicrik5zdsa8pafxh2baja4";
};
postPatch = ''