Merge pull request #163821 from fabaff/bump-checkov

This commit is contained in:
Sandro 2022-03-12 22:05:48 +01:00 committed by GitHub
commit 75f729e89f
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.936";
version = "2.0.938";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-erpVJTnWUfoY4Ymdf7fZyri2NGAYs0NF+r3DMFFYURM=";
hash = "sha256-N8jEEtO2fRFtNS3lInEa/9IwtqBb9yDkg7hHp7bhH+s=";
};
nativeBuildInputs = with py.pkgs; [