checkov: 2.0.927 -> 2.0.928

This commit is contained in:
Fabian Affolter
2022-03-09 09:41:00 +01:00
parent c3b435cf1c
commit 53184f3bed
@@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.927";
version = "2.0.928";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-g/aJT1ZbD7wrsb4M3tvGmhWbElmnZbQkP0I0KV7J80c=";
hash = "sha256-pm0PR43S7TdkaPG6faLVxOMHY5EtTCDyEFznUvVRLSk=";
};
nativeBuildInputs = with py.pkgs; [