Merge pull request #255460 from fabaff/checkov-bump

checkov: 2.4.33 -> 2.4.39
This commit is contained in:
Mario Rodas 2023-09-16 08:17:40 -05:00 committed by GitHub
commit 81a28e76f1
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.4.33";
version = "2.4.39";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-lbJlv1D3PvZlvjawkItBt9STdMMJwC5QQAYdUG0HjTI=";
hash = "sha256-QlHYeg9gOd+YiAZ+ei9/Pq+AjTgTakx0d/LjTlvsAIs=";
};
patches = [