Merge pull request #163291 from fabaff/bump-checkov

checkov: 2.0.921 -> 2.0.923
This commit is contained in:
Fabian Affolter 2022-03-08 13:12:03 +01:00 committed by GitHub
commit 7c555185e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,13 +32,13 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.0.921";
version = "2.0.923";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-Bl9zwJGyZN5vJVpy63GeaCQ+4X0dYMTAV4FtT96L42U=";
hash = "sha256-EvT1nEE58gtlpRKEZkVaZ0mjABldmioW9u1foF8RCJI=";
};
nativeBuildInputs = with py.pkgs; [