about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-09 00:22:59 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 00:12:12 +0200
commit42c964163f21db9364d29d2f7f8132ffbc852d6c (patch)
treeeda314091368bdf92c17a43093a5b110781df54f /pkgs
parent133bb3054d18d46bf051ddbe5e05625496d62634 (diff)
python3Packages.cfn-lint: 0.53.1 -> 0.54.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/cfn-lint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cfn-lint/default.nix b/pkgs/development/python-modules/cfn-lint/default.nix
index 6f6d555029583..f0769f57275a3 100644
--- a/pkgs/development/python-modules/cfn-lint/default.nix
+++ b/pkgs/development/python-modules/cfn-lint/default.nix
@@ -21,13 +21,13 @@
 
 buildPythonPackage rec {
   pname = "cfn-lint";
-  version = "0.53.1";
+  version = "0.54.2";
 
   src = fetchFromGitHub {
     owner = "aws-cloudformation";
     repo = "cfn-python-lint";
     rev = "v${version}";
-    sha256 = "1wj2pzrrmrdf3mkhnz1qx41rshvfpgwlrxrb80d63r098pnq6df8";
+    sha256 = "04d5zyjnrl3b6cb2fxmbpii27mnq77wqsglfxfv2a1zj2p9xby0p";
   };
 
   postPatch = ''