checkov: 2.0.591 -> 2.0.594

This commit is contained in:
Fabian Affolter 2021-11-21 16:01:15 +01:00
parent 1debd0c754
commit ccfc3b0f41

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; [