We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251ad96 commit 1a14cecCopy full SHA for 1a14cec
WORKSPACE
@@ -12,10 +12,14 @@ http_archive(
12
],
13
)
14
15
+# https://github.com/bazelbuild/bazel-skylib/releases
16
http_archive(
17
name = "bazel_skylib",
- sha256 = "2ef429f5d7ce7111263289644d233707dba35e39696377ebab8b0bc701f7818e",
18
- urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/0.8.0/bazel-skylib.0.8.0.tar.gz"],
+ sha256 = "1dde365491125a3db70731e25658dfdd3bc5dbdfd11b840b3e987ecf043c7ca0",
19
+ urls = [
20
+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/bazelbuild/bazel-skylib/releases/download/0.9.0/bazel_skylib-0.9.0.tar.gz",
21
+ "https://github.com/bazelbuild/bazel-skylib/releases/download/0.9.0/bazel_skylib-0.9.0.tar.gz",
22
+ ],
23
24
25
0 commit comments