checkov: 2.0.885 -> 2.0.900

This commit is contained in:
Fabian Affolter 2022-02-24 19:04:35 +01:00
parent f15188d1b8
commit 2d229cad7d

View file

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.885";
version = "2.0.900";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-jhZ2LdCb7+4SMXcoWw9hKT77Qdiw+HWff0jkkvaci28=";
hash = "sha256-uhc09UiEe987pgs+6XPBKcERW5pL2PG3U1LEju4jWaM=";
};
nativeBuildInputs = with py.pkgs; [