checkov: 2.0.603 -> 2.0.605

This commit is contained in:
Fabian Affolter 2021-11-26 08:02:44 +01:00
parent 0f43d69a55
commit 88901739d4

View File

@ -56,13 +56,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.603";
version = "2.0.605";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-EJ0i3HOCurjCQEdZBzELBCcIS7sT71vEBjjdNpCmt00=";
sha256 = "sha256-3FSxk2T7JTDn73S+Wf1fJm3Qx4diP1Wf0hJAglBqlxM=";
};
nativeBuildInputs = with py.pkgs; [