Merge pull request #229347 from fabaff/checkov-bump

checkov: 2.3.209 -> 2.3.212
This commit is contained in:
Fabian Affolter 2023-05-02 07:41:32 +02:00 committed by GitHub
commit d5fa26acb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.3.209";
version = "2.3.212";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-7Aj8uAO4/sy1GvG52KPdPXcV6eIjrX14bvTJvqDsWQQ=";
hash = "sha256-5x5kZJTECCXBbPEWIWTVUxvyvS7yO572pHGab7o9nR0=";
};
patches = [