checkov: 2.0.587 -> 2.0.591

This commit is contained in:
Fabian Affolter 2021-11-19 22:02:30 +01:00
parent e476113f29
commit ffbba7b532

View File

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