Merge pull request #146973 from fabaff/bump-checkov

checkov: 2.0.594 -> 2.0.595
This commit is contained in:
Fabian Affolter 2021-11-22 11:51:29 +01:00 committed by GitHub
commit c797a80778
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.594";
version = "2.0.595";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-wbqFEeqe0RXLfiaIIG6UyBLgFOG3kUWKLVoeKoSktuI=";
sha256 = "sha256-KWT3KczjDtDfgcct7YfmmM9oLhPnAvVd9mC+GTQCTsw=";
};
nativeBuildInputs = with py.pkgs; [