checkov: 2.0.582 -> 2.0.587

This commit is contained in:
Fabian Affolter 2021-11-18 22:20:13 +01:00
parent 123ba3ac62
commit d70f70dc68

View File

@ -56,13 +56,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.582";
version = "2.0.587";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-25RT70HyOyfdg2jWLKMnEVgvNdlZuJ0e6eajlU486IQ=";
sha256 = "sha256-uLH3g3UeWdIZsMsUwCYpTehgxDKGraPBlENdTz+QYLI=";
};
nativeBuildInputs = with py.pkgs; [