Merge pull request #177933 from fabaff/checkov-bump

checkov: 2.0.1217 -> 2.0.1218
main
Fabian Affolter 2 years ago committed by GitHub
commit 98ec088460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/tools/analysis/checkov/default.nix

@ -32,14 +32,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.1217";
version = "2.0.1218";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-z1MKLFR/js27/9VxbOOx9LxcKTXOMZpOqUtMjPeIpds=";
hash = "sha256-nSW8t1N2qK35SUgxT3VtPxnCj1gaPEA6FWq6tSB0cgk=";
};
nativeBuildInputs = with py.pkgs; [

Loading…
Cancel
Save