summaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-14 14:12:33 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-14 14:12:33 -0700
commit5e5e0cf24aa630d5ee1deb1ebf1032b7b788d9b8 (patch)
treeb0b3aceac5f8930d72cf50edeec09b020c86363b /WORKSPACE
parent4451b790bd911743d2d4ee8783fe1bb93c2f4c54 (diff)
More Blaze fixes.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 4 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index bcb00f0..8a4ef8e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -22,8 +22,10 @@ http_archive(
git_repository(
name = "com_google_protobuf",
- remote = "https://github.com/protocolbuffers/protobuf.git",
- commit = "78ca77ac8799f67fda7b9a01cc691cd9fe526f25",
+ #remote = "https://github.com/protocolbuffers/protobuf.git",
+ #commit = "78ca77ac8799f67fda7b9a01cc691cd9fe526f25",
+ remote = "https://github.com/haberman/protobuf.git",
+ commit = "c659a4a4db2e27463e51c732df25730973956be2",
)
http_archive(
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback