Merge pull request #262326 from fabaff/checkov-bump

checkov: 2.5.14 -> 2.5.15
This commit is contained in:
Fabian Affolter 2023-10-21 09:44:31 +02:00 committed by GitHub
commit 4189fd65b0
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.5.14";
version = "2.5.15";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-4F8cGcQJy8cbCE0wxM6B4qGjuc+SjeL7DMr6RdSkXBM=";
hash = "sha256-PVx66Ipvf+rISkuu9dw2ecFXXmuzITg2PogqRktFh5M=";
};
patches = [