Merge pull request #173871 from fabaff/checkov-bump

checkov: 2.0.1143 -> 2.0.1147
This commit is contained in:
Fabian Affolter 2022-05-21 22:19:35 +02:00 committed by GitHub
commit 4363a22d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1143";
version = "2.0.1147";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-Kl9/wbjiQ46ysmnE24iQveTEzSTsVF5FHRqG3WWz3DQ=";
hash = "sha256-tk0vPkKBiGezlHEngqJBekltbpeGa2YwFnc/Ua/YMRo=";
};
nativeBuildInputs = with py.pkgs; [