diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 9ac80c4..645b345 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -61,9 +61,9 @@ ecsact_parse_dependencies() http_archive( name = "hedron_compile_commands", - sha256 = "8c00618fa6f00f24376547439f92ebc1e11f45a33a09d9f0a492c8e0d83cbfde", - strip_prefix = "bazel-compile-commands-extractor-aaa2fda89b40e89afa2130b41b56eb839a769be5", - url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/aaa2fda89b40e89afa2130b41b56eb839a769be5.tar.gz", + sha256 = "d8bd5df0cc3cd56e1615ee8d21e0f8a6f33839fefb07fde031a2c2db850e4ed6", + strip_prefix = "bazel-compile-commands-extractor-ecafb9672f43462f073e76f0e3436dbad1f600e6", + url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/ecafb9672f43462f073e76f0e3436dbad1f600e6.tar.gz", ) load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")