checkov: 2.0.931 -> 2.0.936

This commit is contained in:
Fabian Affolter 2022-03-11 11:26:45 +01:00
parent 8a56a49cc7
commit 02e9c8b424

View File

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.931";
version = "2.0.936";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-y38oyQVHEi/bXcntxDU0AsOog6Sq/TPvF/NfJjybXiE=";
hash = "sha256-erpVJTnWUfoY4Ymdf7fZyri2NGAYs0NF+r3DMFFYURM=";
};
nativeBuildInputs = with py.pkgs; [