Merge pull request #164481 from fabaff/bump-checkov

checkov: 2.0.962 -> 2.0.968
This commit is contained in:
Fabian Affolter 2022-03-17 09:25:56 +01:00 committed by GitHub
commit 200fa91d7d
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.962";
version = "2.0.968";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-hpoOOU1Z8xVqoJJdGcSoWujm3amiPkZ1Qjiqh66J+ZM=";
hash = "sha256-F+SMgNCL6qOOhfpZi0Gg/OWPjxzMDVVvXTrPOZCfrLU=";
};
nativeBuildInputs = with py.pkgs; [