Skip to content

Commit 49c40d2

Browse files
Google APIscopybara-github
authored andcommitted
chore: update disco-to-proto3-converter
PiperOrigin-RevId: 410851030
1 parent 5ab5d75 commit 49c40d2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,12 @@ gapic_generator_ruby_repositories()
381381
# Discovery
382382
##############################################################################
383383

384+
_disco_to_proto3_converter_version = "91953d241824df417b6d4e7c2292e4622b4af432"
385+
384386
http_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

390392
load("@com_google_disco_to_proto3_converter//:repository_rules.bzl", "com_google_disco_to_proto3_converter_properties")

0 commit comments

Comments
 (0)