Skip to content

Commit

Permalink
Update honggfuzz to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jul 6, 2023
1 parent 9865504 commit 2650c1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fuzzing/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ def rules_fuzzing_dependencies(oss_fuzz = True, honggfuzz = True, jazzer = False
http_archive,
name = "honggfuzz",
build_file = "@rules_fuzzing//:honggfuzz.BUILD",
sha256 = "a6f8040ea62e0f630737f66dce46fb1b86140f118957cb5e3754a764de7a770a",
url = "https://github.com/google/honggfuzz/archive/e0670137531242d66c9cf8a6dee677c055a8aacb.zip",
strip_prefix = "honggfuzz-e0670137531242d66c9cf8a6dee677c055a8aacb",
sha256 = "6b18ba13bc1f36b7b950c72d80f19ea67fbadc0ac0bb297ec89ad91f2eaa423e",
url = "https://github.com/google/honggfuzz/archive/2.5.zip",
strip_prefix = "honggfuzz-2.5",
)

if jazzer:
Expand Down

0 comments on commit 2650c1f

Please sign in to comment.