Merge pull request #175908 from fabaff/checkov-bump

checkov: 2.0.1175 -> 2.0.1186
This commit is contained in:
Fabian Affolter
2022-06-02 14:34:34 +02:00
committed by GitHub

View File

@@ -32,14 +32,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1175";
version = "2.0.1186";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-nLh00DaSpKT6rngiXKa6z0+Ouu1/hMWzIYa54PHPD1k=";
hash = "sha256-5EFB/BgSJny3AdgtgsmIszcM5Wum/dtdmmP/40/sH0Y=";
};
nativeBuildInputs = with py.pkgs; [