Merge pull request #146423 from fabaff/bump-checkov

checkov: 2.0.580 -> 2.0.582
This commit is contained in:
Fabian Affolter 2021-11-18 08:44:14 +01:00 committed by GitHub
commit 57d1685a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,13 +56,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.580";
version = "2.0.582";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-GnEXGXJCI9VIOKJbGjTppum6j/uwX4m4ytaZqvpfl7Q=";
sha256 = "sha256-25RT70HyOyfdg2jWLKMnEVgvNdlZuJ0e6eajlU486IQ=";
};
nativeBuildInputs = with py.pkgs; [