3
0
Fork 0
forked from mirrors/nixpkgs

checkov: 2.0.659 -> 2.0.660

This commit is contained in:
Fabian Affolter 2021-12-15 12:28:51 +01:00
parent 3c52ea8c92
commit 03898f6991

View file

@ -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; [