Merge pull request #165500 from fabaff/bump-checkov

checkov: 2.0.975 -> 2.0.983
This commit is contained in:
Fabian Affolter 2022-03-24 08:35:43 +01:00 committed by GitHub
commit f76fc91178
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.975";
version = "2.0.983";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-vzq6HKugjM9LBaklv0IlMauSAl3bqHOikDCzrhVBVPA=";
hash = "sha256-X/p9dZAs5+HCriMguVnVDlNQjiTBUiMt4HxOgeEeWD4=";
};
nativeBuildInputs = with py.pkgs; [