Merge pull request #257577 from fabaff/checkov-bump

checkov: 2.4.48 -> 2.4.50
This commit is contained in:
Fabian Affolter 2023-09-27 12:48:27 +02:00 committed by GitHub
commit 00b198d8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,14 @@ with py.pkgs;
buildPythonApplication rec {
pname = "checkov";
version = "2.4.48";
version = "2.4.50";
format = "setuptools";
src = fetchFromGitHub {
owner = "bridgecrewio";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-d9rSzdsKnbL7yBLweptGzq40wn15I1PB1YQFa7/GJKU=";
hash = "sha256-+Rzs5+girXp6UqlX+VrWfI4ZGn8u6ZMPxSpRh5Zl5LQ=";
};
patches = [