Skip to content

Commit 676a0c8

Browse files
aiutocopybara-github
authored andcommitted
Update Bazel to depend on bazelbuild/platforms 0.0.5.
Fixes: #14694 RELNOTES: None PiperOrigin-RevId: 427474003
1 parent f936e1b commit 676a0c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

distdir_deps.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ DIST_DEPS = {
2525
#
2626
########################################
2727
"platforms": {
28-
"archive": "platforms-0.0.4.tar.gz",
29-
"sha256": "079945598e4b6cc075846f7fd6a9d0857c33a7afc0de868c2ccb96405225135d",
28+
"archive": "platforms-0.0.5.tar.gz",
29+
"sha256": "379113459b0feaf6bfbb584a91874c065078aa673222846ac765f86661c27407",
3030
"urls": [
31-
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.4/platforms-0.0.4.tar.gz",
32-
"https://github.com/bazelbuild/platforms/releases/download/0.0.4/platforms-0.0.4.tar.gz",
31+
"https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
32+
"https://github.com/bazelbuild/platforms/releases/download/0.0.5/platforms-0.0.5.tar.gz",
3333
],
3434
"used_in": [
3535
"additional_distfiles",

0 commit comments

Comments
 (0)