Skip to content

Commit b7cae14

Browse files
committed
Periodically update README commit
1 parent 9335ff4 commit b7cae14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
5454
git_override(
5555
module_name = "hedron_compile_commands",
5656
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
57-
commit = "0e5b1aa26d87a431d2a52676d0b9ce469448ee54",
57+
commit = "9335ff4470f3e9238e3aa81aff4b72c528e16c38",
5858
# Replace the commit hash (above) with the latest (https://github.com/hedronvision/bazel-compile-commands-extractor/commits/main).
5959
# Even better, set up Renovate and let it do the work for you (see "Suggestion: Updates" in the README).
6060
)
@@ -73,10 +73,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
7373
http_archive(
7474
name = "hedron_compile_commands",
7575

76-
# Replace the commit hash (0e5b1aa26d87a431d2a52676d0b9ce469448ee54) in both places (below) with the latest (https://github.com/hedronvision/bazel-compile-commands-extractor/commits/main), rather than using the stale one here.
76+
# Replace the commit hash (9335ff4470f3e9238e3aa81aff4b72c528e16c38) in both places (below) with the latest (https://github.com/hedronvision/bazel-compile-commands-extractor/commits/main), rather than using the stale one here.
7777
# Even better, set up Renovate and let it do the work for you (see "Suggestion: Updates" in the README).
78-
url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/0e5b1aa26d87a431d2a52676d0b9ce469448ee54.tar.gz",
79-
strip_prefix = "bazel-compile-commands-extractor-0e5b1aa26d87a431d2a52676d0b9ce469448ee54",
78+
url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/9335ff4470f3e9238e3aa81aff4b72c528e16c38.tar.gz",
79+
strip_prefix = "bazel-compile-commands-extractor-9335ff4470f3e9238e3aa81aff4b72c528e16c38",
8080
# When you first run this tool, it'll recommend a sha256 hash to put here with a message like: "DEBUG: Rule 'hedron_compile_commands' indicated that a canonical reproducible form can be obtained by modifying arguments sha256 = ..."
8181
)
8282
load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")

0 commit comments

Comments
 (0)