checkov: 2.0.833 -> 2.0.842

This commit is contained in:
Fabian Affolter
2022-02-14 21:41:48 +01:00
parent 15a6564933
commit 40f93dc95e
@@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.833";
version = "2.0.842";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-82jeUrFIQgTBJ1GApPoSXnq6cuY8bGjAP+sTzfE+XHQ=";
hash = "sha256-99rybwhhOSDDlZrCDZbXT2ug/7slTqPSyOUaW2S5DC8=";
};
nativeBuildInputs = with py.pkgs; [