Skip to content

Commit

Permalink
Generate workspace repo attrs in an order buildifier prefers
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliddell committed Mar 3, 2021
1 parent 13e1593 commit caa83f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_proto_grpc",
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/3.1.0.tar.gz"],
sha256 = "fa7a59e0d1527ac69be652407b457ba1cb40700752a3ee6cc2dd25d9cb28bb1a",
strip_prefix = "rules_proto_grpc-3.1.0",
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/3.1.0.tar.gz"],
)

load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_toolchains", "rules_proto_grpc_repos")
Expand Down
2 changes: 1 addition & 1 deletion tools/rulegen/README.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "rules_proto_grpc",
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/{{ .Ref }}.tar.gz"],
sha256 = "{{ .Sha256 }}",
strip_prefix = "rules_proto_grpc-{{ .Ref }}",
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/archive/{{ .Ref }}.tar.gz"],
)

load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_toolchains", "rules_proto_grpc_repos")
Expand Down

0 comments on commit caa83f1

Please sign in to comment.