Merge pull request #170663 from fabaff/bump-checkov

checkov: 2.0.1085 -> 2.0.1088
This commit is contained in:
Fabian Affolter 2022-04-27 22:27:41 +02:00 committed by GitHub
commit 8fd2387fa7
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.1085";
version = "2.0.1088";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-GJVKngSpYmMtcxiWL8JDtEOlJlQ19LbKZF9zcAMG9vA=";
hash = "sha256-g4kn8tdLgTnOFmeX8nywBvmAXL7WqCfX6ylgp7Z6Alk=";
};
nativeBuildInputs = with py.pkgs; [