Merge pull request #179369 from fabaff/checkov-bump

checkov: 2.1.9 -> 2.1.10
This commit is contained in:
Fabian Affolter 2022-06-28 09:05:46 +02:00 committed by GitHub
commit a0288f878a
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.1.9";
version = "2.1.10";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-dXfjNva1FWd7R3cF+fPCQaez3aKwRrCV5l8GD32aywg=";
hash = "sha256-k6T03diwxXZPia+TsPNubkc2Kg6lctOlLdn17XChUkI=";
};
nativeBuildInputs = with py.pkgs; [