checkov: 2.0.554 -> 2.0.556

This commit is contained in:
Fabian Affolter 2021-11-09 08:39:31 +01:00
parent 34a701a87f
commit c3449f1333

View file

@ -56,13 +56,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.554";
version = "2.0.556";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-C1uTIngtuMs7TjjtAezPxtLkH5RhmCMoetbnp25BRbU=";
sha256 = "sha256-hEh7uqIvqkG1X9pxJFoI4dQngJ6nZXIAUR1TmXa2kZE=";
};
nativeBuildInputs = with py.pkgs; [