Skip to content

Commit

Permalink
Merge pull request #1584 from hzeller/20230106-update-platforms-depen…
Browse files Browse the repository at this point in the history
…dency

Update platforms dependency.
  • Loading branch information
hzeller authored Jan 9, 2023
2 parents a3feb9b + 917223b commit 6e3a26f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
# Bazel platform rules, needed as dependency to absl.
http_archive(
name = "platforms",
sha256 = "a879ea428c6d56ab0ec18224f976515948822451473a80d06c2e50af0bbe5121",
strip_prefix = "platforms-da5541f26b7de1dc8e04c075c99df5351742a4a2",
urls = ["https://github.com/bazelbuild/platforms/archive/da5541f26b7de1dc8e04c075c99df5351742a4a2.zip"], # 2022-05-27
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
"https://github.com/bazelbuild/platforms/releases/download/0.0.6/platforms-0.0.6.tar.gz",
],
sha256 = "5308fc1d8865406a49427ba24a9ab53087f17f5266a7aabbfc28823f3916e1ca",
)

http_archive(
Expand Down

0 comments on commit 6e3a26f

Please sign in to comment.