Skip to content

Commit

Permalink
Update Skylib
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic committed Oct 1, 2020
1 parent d1de3c0 commit b3c1e02
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ def cloud_robotics_repositories():
_maybe(
http_archive,
name = "bazel_skylib",
sha256 = "2ef429f5d7ce7111263289644d233707dba35e39696377ebab8b0bc701f7818e",
urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/0.8.0/bazel-skylib.0.8.0.tar.gz"],
sha256 = "1c531376ac7e5a180e0237938a2536de0c54d93f5c278634818e0efc952dd56c",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.0.3/bazel-skylib-1.0.3.tar.gz",
],
)

_maybe(
Expand Down

0 comments on commit b3c1e02

Please sign in to comment.