Merge pull request #177686 from fabaff/checkov-bump

checkov: 2.0.1210 -> 2.0.1212
This commit is contained in:
Anderson Torres 2022-06-14 22:05:17 -03:00 committed by GitHub
commit 5b9c073332
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.1210";
version = "2.0.1212";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-2NVr8XUddKfsfCHEv9tvEwbLZRVzLTmlVkZ7+anmtA4=";
hash = "sha256-/SrxLqPtMPj9kvig2x9BzhlDsQClWWu+hZ1nyvXCyxA=";
};
nativeBuildInputs = with py.pkgs; [