Merge pull request #238609 from fabaff/checkov-bump

checkov: 2.3.294 -> 2.3.296
This commit is contained in:
Weijia Wang 2023-06-20 03:09:10 +03:00 committed by GitHub
commit 7e70a25540
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.294";
version = "2.3.296";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-KlpgFFCawm9uOv4TbGSvPgmRpeyGT8CVPdq3Vimaa3c=";
hash = "sha256-wzSM+PlgpM4+gBkQ0WhGildgumLqY1MdBMvlbDShJlA=";
};
patches = [