Merge pull request #164221 from fabaff/bump-checkov

checkov: 2.0.941 -> 2.0.954
This commit is contained in:
Fabian Affolter 2022-03-15 10:38:57 +01:00 committed by GitHub
commit efe0307291
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.941";
version = "2.0.954";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = version;
hash = "sha256-hNmIJmxzKEaKQzqLl9LSqtMj1dTpFDeztUo2ESCHIw0=";
hash = "sha256-gCUciYTEL+4Pt9vAGbun0WFQWneOhDDXh7Dn9+sZbWw=";
};
nativeBuildInputs = with py.pkgs; [