3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #152376 from fabaff/bump-checkov

checkov: 2.0.692 -> 2.0.693
This commit is contained in:
Bobby Rong 2021-12-28 12:32:33 +08:00 committed by GitHub
commit 098d241fc3
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.692";
version = "2.0.693";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-mzqSnddcZAVwgm8SJSkgcU8bYvEy2Rw+5vDl1uPTjbA=";
sha256 = "sha256-xteBVQ+OXxLc2BOlhajGX+1wTc7BHGjPtpgU3IjA7g0=";
};
nativeBuildInputs = with py.pkgs; [