From 29394993a281cd1ed42be7817c5f26e2acfd99c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:45:54 +0000 Subject: [PATCH] chore(deps): update hedron_compile_commands digest to b998dca --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 8b3e27b..480587b 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -2,9 +2,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "hedron_compile_commands", - sha256 = "17c45d95e0e95c41d1d8c03430ba50dea80cdf545b9916c6c0619f342e0edbbb", - strip_prefix = "bazel-compile-commands-extractor-388cc00156cbf53570c416d39875b15f03c0b47f", - url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/388cc00156cbf53570c416d39875b15f03c0b47f.tar.gz", + sha256 = "b954305209beb665c0a211fc0c8b8e363adcc932c436d09870113eceb32fbe12", + strip_prefix = "bazel-compile-commands-extractor-b998dcacf448fabea98b7870031cc0be80976440", + url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/b998dcacf448fabea98b7870031cc0be80976440.tar.gz", ) load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")