From c49b3526aae40ba23ad00a22e0013232b46b6c09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 09:10:05 +0000 Subject: [PATCH] chore(deps): update hedron_compile_commands digest to 9d438af (#51) 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 8e1ba74..ad20310 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 = "716c149b5a2c4cdf8a80ecf6d59950b93366b2351ef868fb600c1d1963704b07", - strip_prefix = "bazel-compile-commands-extractor-eac41eefb5c19d9a2d2bcdd60d6989660288333d", - url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/eac41eefb5c19d9a2d2bcdd60d6989660288333d.tar.gz", + sha256 = "dd3ff589992589c73f1d2138cea44ce1312a06caa554124f8806fd1d04d436ab", + strip_prefix = "bazel-compile-commands-extractor-9d438afd4febf622aa05b9a267c09439717e58b9", + url = "https://github.com/hedronvision/bazel-compile-commands-extractor/archive/9d438afd4febf622aa05b9a267c09439717e58b9.tar.gz", ) load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")