Merge pull request #178719 from fabaff/checkov-bump

checkov: 2.0.1226 -> 2.1.4
This commit is contained in:
Fabian Affolter 2022-06-23 15:52:12 +02:00 committed by GitHub
commit af2cdca23b
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.0.1226";
version = "2.1.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-hAHIrf1oZMPpciKTUiM+EuP4TDtb0lYI7hlZXWkIyV4=";
hash = "sha256-J8CpNeON2qOaU/U7LbIOaQ/DJ/7Q+kLzzw+jD1QLkik=";
};
nativeBuildInputs = with py.pkgs; [