Skip to content

Commit

Permalink
Update rules_proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannic committed Jun 18, 2019
1 parent bbeaff0 commit cb3133d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions closure/protobuf/test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ load("//closure/protobuf:closure_proto_library.bzl", "closure_proto_library")
load("//closure/testing:closure_js_test.bzl", "closure_js_test")
load("@build_bazel_rules_proto//proto:proto_library.bzl", "proto_library")

# TODO(yannic): Add test for attr `proto_source_root`.

proto_library(
name = "add_prefix_proto",
srcs = [
Expand Down
6 changes: 3 additions & 3 deletions closure/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ def bazel_skylib():
def build_bazel_rules_proto():
http_archive(
name = "build_bazel_rules_proto",
sha256 = "26ef80422c978cd0590734c103bc66dae6932989542845efb365fcc48b6d810f",
strip_prefix = "rules_proto-6b247dbf28aa3b6f485047c938731ec8c2453a83",
urls = ["https://github.com/Yannic/rules_proto/archive/6b247dbf28aa3b6f485047c938731ec8c2453a83.tar.gz"],
sha256 = "b851e971f5b8ab82e19ac0ac6a80605a50c476400253b751b7828b3b03134589",
strip_prefix = "rules_proto-c5e0081628a2cbaf6855152ffa6a1984c2ff10a5",
urls = ["https://github.com/Yannic/rules_proto/archive/c5e0081628a2cbaf6855152ffa6a1984c2ff10a5.tar.gz"],
)

def clang():
Expand Down

0 comments on commit cb3133d

Please sign in to comment.