3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #147114 from fabaff/bump-checkov

checkov: 2.0.595 -> 2.0.598
This commit is contained in:
Fabian Affolter 2021-11-23 13:26:14 +01:00 committed by GitHub
commit af3c5917b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,13 +56,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.595";
version = "2.0.598";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-KWT3KczjDtDfgcct7YfmmM9oLhPnAvVd9mC+GTQCTsw=";
sha256 = "sha256-h+pKg6rBF+f/EZaCcMQDISrE3jO55biHdn5tLPEUu1g=";
};
nativeBuildInputs = with py.pkgs; [