File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -381,10 +381,12 @@ gapic_generator_ruby_repositories()
381381# Discovery
382382##############################################################################
383383
384+ _disco_to_proto3_converter_version = "91953d241824df417b6d4e7c2292e4622b4af432"
385+
384386http_archive (
385387 name = "com_google_disco_to_proto3_converter" ,
386- strip_prefix = "disco-to-proto3-converter-bcf626ce1d72c7ea8db610fa0a121175f0b4c561" ,
387- urls = ["https://github.com/googleapis/disco-to-proto3-converter/archive/bcf626ce1d72c7ea8db610fa0a121175f0b4c561 .zip" ],
388+ strip_prefix = "disco-to-proto3-converter-%s" % _disco_to_proto3_converter_version ,
389+ urls = ["https://github.com/googleapis/disco-to-proto3-converter/archive/%s .zip" % _disco_to_proto3_converter_version ],
388390)
389391
390392load ("@com_google_disco_to_proto3_converter//:repository_rules.bzl" , "com_google_disco_to_proto3_converter_properties" )
You can’t perform that action at this time.
0 commit comments