Merge pull request #159529 from fabaff/bump-checkov

checkov: 2.0.823 -> 2.0.829
This commit is contained in:
Fabian Affolter 2022-02-14 09:18:24 +01:00 committed by GitHub
commit 704a5543f4
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.823";
version = "2.0.833";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-yJc4NiRDGZBkFI9zm95Ug5W6SiBjHJqrRuId9EfryvY=";
hash = "sha256-82jeUrFIQgTBJ1GApPoSXnq6cuY8bGjAP+sTzfE+XHQ=";
};
nativeBuildInputs = with py.pkgs; [