checkov: 2.0.595 -> 2.0.598

This commit is contained in:
Fabian Affolter 2021-11-23 12:57:25 +01:00
parent 029785a317
commit 8ca4296c20

View file

@ -56,13 +56,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.595";
version = "2.0.598";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-KWT3KczjDtDfgcct7YfmmM9oLhPnAvVd9mC+GTQCTsw=";
sha256 = "sha256-h+pKg6rBF+f/EZaCcMQDISrE3jO55biHdn5tLPEUu1g=";
};
nativeBuildInputs = with py.pkgs; [