checkov: 2.0.549 -> 2.0.554

This commit is contained in:
Fabian Affolter 2021-11-08 11:43:10 +01:00
parent 72f5f39309
commit 4a6977ef2a

View file

@ -56,15 +56,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.549";
disabled = python3.pythonOlder "3.7";
version = "2.0.554";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-nxvUxjqzBUPbOkMhdQhkdlMRGFj6vhMU3BjXpSwBb8s=";
sha256 = "sha256-C1uTIngtuMs7TjjtAezPxtLkH5RhmCMoetbnp25BRbU=";
};
nativeBuildInputs = with py.pkgs; [