Merge pull request #151593 from fabaff/bump-checkov

checkov: 2.0.680 -> 2.0.682
This commit is contained in:
Fabian Affolter
2021-12-21 22:07:56 +01:00
committed by GitHub
@@ -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; [