checkov: 2.0.962 -> 2.0.968

This commit is contained in:
Fabian Affolter 2022-03-16 20:47:22 +01:00
parent 8c07b9ca35
commit ac18f4de89

View File

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.962";
version = "2.0.968";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-hpoOOU1Z8xVqoJJdGcSoWujm3amiPkZ1Qjiqh66J+ZM=";
hash = "sha256-F+SMgNCL6qOOhfpZi0Gg/OWPjxzMDVVvXTrPOZCfrLU=";
};
nativeBuildInputs = with py.pkgs; [