Merge pull request #178498 from fabaff/checkov-bump

checkov: 2.0.1223 -> 2.0.1226
This commit is contained in:
Fabian Affolter 2022-06-22 08:52:57 +02:00 committed by GitHub
commit 795349ad98
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.1223";
version = "2.0.1226";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-/5HJucSOQyfX0Og3fCGhuegye79huw4LPlNkzgCO+qM=";
hash = "sha256-hAHIrf1oZMPpciKTUiM+EuP4TDtb0lYI7hlZXWkIyV4=";
};
nativeBuildInputs = with py.pkgs; [