Merge pull request #164841 from fabaff/bump-checkov

checkov: 2.0.971 -> 2.0.975
This commit is contained in:
Fabian Affolter 2022-03-19 11:49:22 +01:00 committed by GitHub
commit 432687b61f
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.971";
version = "2.0.975";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-4iY0/pCU7ezf2llSNxnUB/Sky+salpEC6N80C2Pbt6k=";
hash = "sha256-vzq6HKugjM9LBaklv0IlMauSAl3bqHOikDCzrhVBVPA=";
};
nativeBuildInputs = with py.pkgs; [