mirror of https://github.com/bazelbuild/rules_cc
Merge pull request #23 from hlopko:fix_skylib
PiperOrigin-RevId: 255620253 Change-Id: I581657a0e29e0fe5e30c8da6fd7d4ad979d173d3
This commit is contained in:
commit
31b9de3cbf
|
@ -6,11 +6,11 @@ def rules_cc_dependencies():
|
|||
_maybe(
|
||||
http_archive,
|
||||
name = "bazel_skylib",
|
||||
sha256 = "2ef429f5d7ce7111263289644d233707dba35e39696377ebab8b0bc701f7818e",
|
||||
sha256 = "2ea8a5ed2b448baf4a6855d3ce049c4c452a6470b1efd1504fdb7c1c134d220a",
|
||||
strip_prefix = "bazel-skylib-0.8.0",
|
||||
urls = [
|
||||
"https://github.com/bazelbuild/bazel-skylib/archive/0.8.0.tar.gz",
|
||||
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/archive/0.8.0.tar.gz",
|
||||
"https://github.com/bazelbuild/bazel-skylib/archive/0.8.0.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue