checkov: 2.0.654 -> 2.0.659

This commit is contained in:
Fabian Affolter 2021-12-14 13:34:11 +01:00
parent f20d49bed8
commit cecc896577

View File

@ -46,13 +46,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.654";
version = "2.0.659";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-rgR5iYRKdO4Pfi1Ful6CRFlbCOeZqjuWZVhiXcXSLtU=";
sha256 = "sha256-oxR4hji7BWnbAihZXLdOlCZlzpvZcs6RNoyGwQe+PlQ=";
};
nativeBuildInputs = with py.pkgs; [