Merge pull request #162989 from fabaff/bump-checkov

checkov: 2.0.913 -> 2.0.918
This commit is contained in:
Fabian Affolter 2022-03-06 13:06:56 +01:00 committed by GitHub
commit 7429dcdcb6
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.913";
version = "2.0.918";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-gSWD3Y7yySJvWicL5zgCGvMWfk98mBdTXB+Xwo4fork=";
hash = "sha256-8nhz32ugnheBH1W3YKKmjRvjjx4WcpSyLwBS0STvsPM=";
};
nativeBuildInputs = with py.pkgs; [