mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
Merge pull request #152574 from fabaff/bump-checkov
checkov: 2.0.693 -> 2.0.695
This commit is contained in:
commit
b4f8f8ee6a
@ -46,13 +46,13 @@ with py.pkgs;
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "checkov";
|
||||
version = "2.0.693";
|
||||
version = "2.0.695";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bridgecrewio";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-xteBVQ+OXxLc2BOlhajGX+1wTc7BHGjPtpgU3IjA7g0=";
|
||||
sha256 = "sha256-7ppEMlgdZrMWzKmJfivU6qLSHTgvC+WSiOLdjiRWKP8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with py.pkgs; [
|
||||
@ -63,6 +63,7 @@ buildPythonApplication rec {
|
||||
aiodns
|
||||
aiohttp
|
||||
aiomultiprocess
|
||||
argcomplete
|
||||
bc-python-hcl2
|
||||
boto3
|
||||
cachetools
|
||||
|
Loading…
Reference in New Issue
Block a user