Merge pull request #179703 from fabaff/checkov-bump

checkov: 2.1.16 -> 2.1.20
This commit is contained in:
Fabian Affolter 2022-06-30 22:52:48 +02:00 committed by GitHub
commit cd6654fead
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,14 +32,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.1.16";
version = "2.1.20";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-/sYxR7xaNTScyv0rB+7CHUPnxPXMX2aIGl9WtrBo+Jc=";
hash = "sha256-dXpgm9S++jtBhuzX9db8Pm5LF6Qb4isXx5uyOGdWGUc=";
};
nativeBuildInputs = with py.pkgs; [