From a958fd691b80bcff55c5abfd2b36beb746d5af42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 22:21:52 +0000 Subject: [PATCH] Update hedron_compile_commands digest to ecafb96 (#238) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | hedron_compile_commands | http_archive | digest | `aaa2fda` -> `ecafb96` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/seaube/bazel_sundry). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index a515c3d..17bee0e 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -11,9 +11,9 @@ http_archive( 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")