Merge pull request #169213 from fabaff/bump-checkov

checkov: 2.0.1065 -> 2.0.1067
This commit is contained in:
Fabian Affolter 2022-04-18 20:47:58 +02:00 committed by GitHub
commit 35553924db
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.1065";
version = "2.0.1067";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-q51do9Kbl85p+wOMnFM4QpjezHll8sTmw8vffWcQrRE=";
hash = "sha256-WK6fot5YAC5l/0EiJuIQ5Xvz5NiEWnU+BfzsKv+caJ8=";
};
nativeBuildInputs = with py.pkgs; [