Merge pull request #149913 from fabaff/bump-checkov

checkov: 2.0.641 -> 2.0.648
This commit is contained in:
Fabian Affolter 2021-12-10 08:44:20 +01:00 committed by GitHub
commit 99370cd7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,13 +46,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.641";
version = "2.0.648";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-/WmzMffHaD13aZsz6Ib/yaI+6b3UrexWpPv1oLR+PuM=";
sha256 = "sha256-WhBbZiLPGA9Dvn8xJaPOvOjEeVOWHBVLyEav4Mw/Xy8=";
};
nativeBuildInputs = with py.pkgs; [