Merge pull request #174051 from fabaff/checkov-bump

checkov: 2.0.1147 -> 2.0.1153
This commit is contained in:
Fabian Affolter 2022-05-23 07:54:44 +02:00 committed by GitHub
commit 5f659c2ca7
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.1147";
version = "2.0.1153";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-tk0vPkKBiGezlHEngqJBekltbpeGa2YwFnc/Ua/YMRo=";
hash = "sha256-9J7KvHUT6u8Dl9ElUmUgu/EC9p2gx52AB9prMFmyX2k=";
};
nativeBuildInputs = with py.pkgs; [