File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ http_archive(
47
47
48
48
http_archive (
49
49
name = "com_google_protobuf" ,
50
- sha256 = "e5265d552e12c1f39c72842fa91d84941726026fa056d914ea6a25cd58d7bbf8 " ,
51
- urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.12.3 .zip" ],
52
- strip_prefix = "protobuf-3.12.3 " ,
50
+ sha256 = "bba884e1dce7b9ba5bce566bfa2d23ea2c824aa928a9133139c5485cefa69139 " ,
51
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/9ce8c330e736b99c2bb00bdc6a60f00ab600c283 .zip" ],
52
+ strip_prefix = "protobuf-9ce8c330e736b99c2bb00bdc6a60f00ab600c283 " ,
53
53
)
54
54
55
55
load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
@@ -322,8 +322,8 @@ php_gapic_repositories()
322
322
323
323
http_archive (
324
324
name = "gapic_generator_csharp" ,
325
- urls = ["https://github.com/googleapis/gapic-generator-csharp/archive/master .zip" ],
326
- strip_prefix = "gapic-generator-csharp-master " ,
325
+ urls = ["https://github.com/googleapis/gapic-generator-csharp/archive/v1.2.0 .zip" ],
326
+ strip_prefix = "gapic-generator-csharp-1.2.0 " ,
327
327
)
328
328
329
329
load ("@gapic_generator_csharp//:repositories.bzl" , "gapic_generator_csharp_repositories" )
You can’t perform that action at this time.
0 commit comments