Skip to content

Commit 9a5abff

Browse files
authored
checkov: 3.2.253 -> 3.2.254 (#342245)
2 parents f1580ef + 577fe7c commit 9a5abff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/tools/analysis/checkov/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "checkov";
9-
version = "3.2.253";
9+
version = "3.2.254";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "bridgecrewio";
1414
repo = "checkov";
1515
rev = "refs/tags/${version}";
16-
hash = "sha256-ARtJBQsY46pIrKzYXBfH4diMh1ECFiilY2AZlN34/vY=";
16+
hash = "sha256-+3hx6MEJWDbTby0bvUSe/AGoneqJ/ojzkkpb8oF4ZIo=";
1717
};
1818

1919
patches = [ ./flake8-compat-5.x.patch ];

0 commit comments

Comments
 (0)