Skip to content

Commit

Permalink
Update rules_cc digest to 2e780ce
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent 1ca11e2 commit 5b7931b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolchain/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def bazel_toolchain_dependencies():
if not native.existing_rule("rules_cc"):
http_archive(
name = "rules_cc",
sha256 = "b6f34b3261ec02f85dbc5a8bdc9414ce548e1f5f67e000d7069571799cb88b25",
strip_prefix = "rules_cc-726dd8157557f1456b3656e26ab21a1646653405",
urls = ["https://github.com/bazelbuild/rules_cc/archive/726dd8157557f1456b3656e26ab21a1646653405.tar.gz"],
sha256 = "eb5e6d901de6d52d18c2ac977733f9a487786ff5b60f03222c2cad94a23f355a",
strip_prefix = "rules_cc-2e780ceda91ae65c7ed3835bc912c145fc6fd21c",
urls = ["https://github.com/bazelbuild/rules_cc/archive/2e780ceda91ae65c7ed3835bc912c145fc6fd21c.tar.gz"],
)

# Load bazel_skylib if the user has not defined them.
Expand Down

0 comments on commit 5b7931b

Please sign in to comment.