Merge pull request #150831 from fabaff/bump-checkov

checkov: 2.0.659 -> 2.0.660
This commit is contained in:
Fabian Affolter
2021-12-15 15:31:23 +01:00
committed by GitHub
@@ -46,13 +46,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.659";
version = "2.0.660";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-oxR4hji7BWnbAihZXLdOlCZlzpvZcs6RNoyGwQe+PlQ=";
sha256 = "sha256-ebVOEtJTlYaj9sYJsJ8BBxx+2PSyzbwivQIph3slaho=";
};
nativeBuildInputs = with py.pkgs; [