checkov: 2.0.680 -> 2.0.682

This commit is contained in:
Fabian Affolter 2021-12-21 17:05:24 +01:00
parent 8401f08ed3
commit 2817e6f80d

View file

@ -46,13 +46,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.680";
version = "2.0.682";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-IandHrLrz5XsfNXZL6aWHEFSYOm597d2VgQ+/xalpt8=";
sha256 = "sha256-WQSt3z2U4cQeT2AAGiVA4UhJlsMjzgR16cW9/7foHUI=";
};
nativeBuildInputs = with py.pkgs; [