From 8916828e9a38bb4fbca2cf29bc337976c5232170 Mon Sep 17 00:00:00 2001 From: Christopher Peterson Sauer <4302968+tiponada4l@users.noreply.github.com> Date: Wed, 6 Jul 2022 00:22:54 -0700 Subject: [PATCH] Periodically update README commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c28630..e9425f3 100755 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ http_archive( # Replace the commit hash in both places (below) with the latest, rather than using the stale one here. # Even better, set up Renovate and let it do the work for you (see "Suggestion: Updates" in the README). - url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/13e135934b0f3bf1b71982e512cbe1cb11f6414f.tar.gz", - strip_prefix = "bazel-compile-commands-extractor-13e135934b0f3bf1b71982e512cbe1cb11f6414f", + url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/b919404636ff5b3ff39b42601528dc0b987ee733.tar.gz", + strip_prefix = "bazel-compile-commands-extractor-b919404636ff5b3ff39b42601528dc0b987ee733", # 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 = ..." ) load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")