3
0
Fork 0
forked from mirrors/nixpkgs

checkov: 2.0.906 -> 2.0.908

This commit is contained in:
Fabian Affolter 2022-03-01 10:22:12 +01:00
parent 695fedf943
commit f3b37988de

View file

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.906";
version = "2.0.908";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-sNwdbKaojDR8q/ugs+ot4ObpIodk2uJVvxcBQEb6d5A=";
hash = "sha256-2ssVFnRd8TIxZSUUq9jOmiNHY1yuDv7mMqpKtJ3vq24=";
};
nativeBuildInputs = with py.pkgs; [