Merge pull request #158719 from fabaff/bump-checkov

checkov: 2.0.805 -> 2.0.812
This commit is contained in:
Fabian Affolter 2022-02-09 08:38:27 +01:00 committed by GitHub
commit f35c016749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.805";
version = "2.0.812";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-vQ5BJUwjik9Wfh4eFGuefpMuTcEV83hYEJKa5/n+kRc=";
hash = "sha256-dCGcg0v83/KJGCvq2jQSemaHJb5wvluN6U73dRer6gY=";
};
nativeBuildInputs = with py.pkgs; [