Merge pull request #170342 from fabaff/bump-checkov

checkov: 2.0.1077 -> 2.0.1084
This commit is contained in:
Fabian Affolter 2022-04-26 10:18:09 +02:00 committed by GitHub
commit 8e4696eabe
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.1077";
version = "2.0.1084";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-Jrwgm5diBSJGY0DFG6r6iv1VQwwawKy04K8/y8yokYI=";
hash = "sha256-bzmXLqjtl742UcjBpYQdtiTKO6Oe/x7lGoJZh+uJzUo=";
};
nativeBuildInputs = with py.pkgs; [