From 45d7b8e9546e03902d222e000c20df31bce5db27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 09:24:45 +0000 Subject: [PATCH] chore(deps): update hedron_compile_commands digest to 46ffd1f --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 9d18ba2..52b1623 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "hedron_compile_commands", - sha256 = "dd3ff589992589c73f1d2138cea44ce1312a06caa554124f8806fd1d04d436ab", - strip_prefix = "bazel-compile-commands-extractor-9d438afd4febf622aa05b9a267c09439717e58b9", - url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/9d438afd4febf622aa05b9a267c09439717e58b9.tar.gz", + sha256 = "e01243f0c8ea53907a725286623f05198de8e33c40c6fb126a34de622c812be3", + strip_prefix = "bazel-compile-commands-extractor-46ffd1f8f7d25aeead4cec31833ffb05e518b89b", + url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/46ffd1f8f7d25aeead4cec31833ffb05e518b89b.tar.gz", ) load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")