3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from fabaff/bump-checkov

checkov: 2.0.603 -> 2.0.605
This commit is contained in:
Thiago Kenji Okada 2021-11-26 13:03:49 -03:00 committed by GitHub
commit 25a3263fb9
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.603";
version = "2.0.605";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
sha256 = "sha256-EJ0i3HOCurjCQEdZBzELBCcIS7sT71vEBjjdNpCmt00=";
sha256 = "sha256-3FSxk2T7JTDn73S+Wf1fJm3Qx4diP1Wf0hJAglBqlxM=";
};
nativeBuildInputs = with py.pkgs; [