Skip to content

Commit

Permalink
chore(deps): update com_grail_bazel_toolchain digest to fffa981
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2024
1 parent 508d967 commit f9505e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ http_archive(

http_archive(
name = "com_grail_bazel_toolchain",
sha256 = "a9fc7cf01d0ea0a935bd9e3674dd3103766db77dfc6aafcb447a7ddd6ca24a78",
strip_prefix = "toolchains_llvm-c65ef7a45907016a754e5bf5bfabac76eb702fd3",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/c65ef7a45907016a754e5bf5bfabac76eb702fd3.tar.gz"],
sha256 = "672dd0b6e93f7952826635e94992f14002326ca61997305b12dc16694dfa6f69",
strip_prefix = "toolchains_llvm-fffa98198df1b0e9c6da46da26e350d6569e711b",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/fffa98198df1b0e9c6da46da26e350d6569e711b.tar.gz"],
)

_SYSROOT_LINUX_BUILD_FILE = """
Expand Down
6 changes: 3 additions & 3 deletions js/private/dev_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ def rules_js_dev_dependencies():

http_archive(
name = "com_grail_bazel_toolchain",
sha256 = "a9fc7cf01d0ea0a935bd9e3674dd3103766db77dfc6aafcb447a7ddd6ca24a78",
strip_prefix = "toolchains_llvm-c65ef7a45907016a754e5bf5bfabac76eb702fd3",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/c65ef7a45907016a754e5bf5bfabac76eb702fd3.tar.gz"],
sha256 = "672dd0b6e93f7952826635e94992f14002326ca61997305b12dc16694dfa6f69",
strip_prefix = "toolchains_llvm-fffa98198df1b0e9c6da46da26e350d6569e711b",
urls = ["https://github.com/bazel-contrib/toolchains_llvm/archive/fffa98198df1b0e9c6da46da26e350d6569e711b.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit f9505e6

Please sign in to comment.