Merge pull request #172396 from fabaff/bump-checkov

checkov: 2.0.1118 -> 2.0.1132
This commit is contained in:
Artturi 2022-05-11 04:11:35 +03:00 committed by GitHub
commit 211c073597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1118";
version = "2.0.1132";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-8zhCyIHI3Pl5fTqQGSe8l6+7DZQsI6YgyTSCs1BNe94=";
hash = "sha256-jy6a421lOfNGhxEuCOw+0JRD9RH7XJFP0dxhN0taKmk=";
};
nativeBuildInputs = with py.pkgs; [