checkov: 2.0.812 -> 2.0.814

This commit is contained in:
Fabian Affolter 2022-02-09 16:32:40 +01:00
parent 98bb5b77c8
commit 9d74725ec4

View file

@ -22,13 +22,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.812";
version = "2.0.814";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-dCGcg0v83/KJGCvq2jQSemaHJb5wvluN6U73dRer6gY=";
hash = "sha256-imKVX88QvI+2/x5C8s7yBAg7kFe2JBEdjdH/fWgISyo=";
};
nativeBuildInputs = with py.pkgs; [