File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
77http_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
1414load ("@hedron_compile_commands//:workspace_setup.bzl" , "hedron_compile_commands_setup" )
You can’t perform that action at this time.
0 commit comments