Commit 5d8d88c2 authored by Vladimir Moskva's avatar Vladimir Moskva
Browse files

Fixed a repo definition

parent fc626302
...@@ -10,7 +10,7 @@ local_repository( ...@@ -10,7 +10,7 @@ local_repository(
http_archive( http_archive(
name = "io_bazel_rules_closure", name = "io_bazel_rules_closure",
sha256 = "25f5399f18d8bf9ce435f85c6bbf671ec4820bc4396b3022cc5dc4bc66303609", sha256 = "25f5399f18d8bf9ce435f85c6bbf671ec4820bc4396b3022cc5dc4bc66303609",
strip_prefix = "rules_closure-5ca1dab6df9ad02050f7ba4e816407f88690cf7d", strip_prefix = "rules_closure-0.4.2",
urls = [ urls = [
"http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/0.4.2.tar.gz", # 2017-08-30 "http://bazel-mirror.storage.googleapis.com/github.com/bazelbuild/rules_closure/archive/0.4.2.tar.gz", # 2017-08-30
"https://github.com/bazelbuild/rules_closure/archive/0.4.2.tar.gz", "https://github.com/bazelbuild/rules_closure/archive/0.4.2.tar.gz",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment