3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #149335 from fabaff/bump-checkov

checkov: 2.0.628 -> 2.0.632
This commit is contained in:
Anderson Torres 2021-12-07 10:04:25 -03:00 committed by GitHub
commit 437c590432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,13 +46,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.628";
version = "2.0.632";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-/plAzSkvcQ1pEd62/ZyFMew1c81FTIyCTynxVAPjqAE=";
sha256 = "sha256-SDMp+QOZy2Ml5V8RHLvmTl/3/KB8iYaW0muakE8PnhA=";
};
nativeBuildInputs = with py.pkgs; [