Merge pull request #146875 from fabaff/bump-checkov

checkov: 2.0.591 -> 2.0.594
This commit is contained in:
Fabian Affolter 2021-11-21 22:54:00 +01:00 committed by GitHub
commit 15299b77d5
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.591";
version = "2.0.594";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-p8pEw3vH3W62MmlZsSqWoUKf7QjEQhlV5bSjYr1Wwm0=";
sha256 = "sha256-wbqFEeqe0RXLfiaIIG6UyBLgFOG3kUWKLVoeKoSktuI=";
};
nativeBuildInputs = with py.pkgs; [