Merge pull request #175523 from fabaff/checkov-bump

checkov: 2.0.1174 -> 2.0.1175
This commit is contained in:
Fabian Affolter 2022-05-31 09:11:14 +02:00 committed by GitHub
commit 2df10ed1af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,14 +32,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1174";
version = "2.0.1175";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-gQuMdI4KCLQp52T9z+zxnjmKFPh97NrKSY9dgNm+6/c=";
hash = "sha256-nLh00DaSpKT6rngiXKa6z0+Ouu1/hMWzIYa54PHPD1k=";
};
nativeBuildInputs = with py.pkgs; [