Skip to content

Commit 4edeb90

Browse files
authored
Merge pull request #165 from pomerium/kralicky/fix-compile-commands
switch hedron_compile_commands fork to fix broken python rules
2 parents 4613e22 + 7ed0f97 commit 4edeb90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
66
# https://github.com/hedronvision/bazel-compile-commands-extractor
77
http_archive(
88
name = "hedron_compile_commands",
9-
sha256 = "ba3feefdf57b6d4c749e3c4abfa86f3673e7db364cb13acfc3496dce6ea801a3",
10-
strip_prefix = "bazel-compile-commands-extractor-f5fbd4cee671d8d908f37c83abaf70fba5928fc7",
11-
url = "https://github.com/mikael-s-persson/bazel-compile-commands-extractor/archive/f5fbd4cee671d8d908f37c83abaf70fba5928fc7.tar.gz",
9+
sha256 = "e875b18876190b172ab59eaf193c2eec16fff8c46306c5eb0577ef7d1f8a65f7",
10+
strip_prefix = "bazel-compile-commands-extractor-9f69112e3f61b9df76a8275085dabad36ef37c96",
11+
url = "https://github.com/kralicky/bazel-compile-commands-extractor/archive/9f69112e3f61b9df76a8275085dabad36ef37c96.tar.gz",
1212
)
1313

1414
load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")

0 commit comments

Comments
 (0)