3
0
Fork 0
forked from mirrors/nixpkgs

checkov: 2.1.10 -> 2.1.16

This commit is contained in:
Fabian Affolter 2022-06-29 09:17:51 +02:00
parent 94b69ec34b
commit 67512d036d

View file

@ -32,14 +32,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.1.10";
version = "2.1.16";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-k6T03diwxXZPia+TsPNubkc2Kg6lctOlLdn17XChUkI=";
hash = "sha256-/sYxR7xaNTScyv0rB+7CHUPnxPXMX2aIGl9WtrBo+Jc=";
};
nativeBuildInputs = with py.pkgs; [