Skip to content

Commit 8b5d2ca

Browse files
committed
WORKSPACE: upgrade version of compile_commands.json generator.
Always good to keep up with versions.
1 parent 5ccb910 commit 8b5d2ca

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

WORKSPACE

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,13 @@ load("@llvm_toolchain//:toolchains.bzl", "llvm_register_toolchains")
112112

113113
llvm_register_toolchains()
114114

115+
HEDRON_COMPILE_COMMANDS_COMMIT = "3dddf205a1f5cde20faf2444c1757abe0564ff4c"
116+
115117
http_archive(
116118
name = "hedron_compile_commands",
117-
sha256 = "1e9a72130f8cc7e52dc6e05baa7f1d690c699397dde56ac0fb9c15b98d168f08",
118-
strip_prefix = "bazel-compile-commands-extractor-1f154d0e1aaadb92aa25e901004b4c018eebbfc3",
119-
url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/1f154d0e1aaadb92aa25e901004b4c018eebbfc3.tar.gz",
119+
sha256 = "3cd0e49f0f4a6d406c1d74b53b7616f5e24f5fd319eafc1bf8eee6e14124d115",
120+
strip_prefix = "bazel-compile-commands-extractor-{commit}".format(commit = HEDRON_COMPILE_COMMANDS_COMMIT),
121+
url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/{commit}.tar.gz".format(commit = HEDRON_COMPILE_COMMANDS_COMMIT),
120122
)
121123

122124
load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")

0 commit comments

Comments
 (0)