@@ -109,30 +109,23 @@ proto_dependency(
109109 visibility = ["//visibility:public" ],
110110)
111111
112- # Branch: master
113- # Commit: 425d85daecb9aeffa1ae24b83df7b97b534dcf05
114- # Date: 2021-10-29 00:25:25 +0000 UTC
115- # URL: https://github.com/bazelbuild/bazel-gazelle/commit/425d85daecb9aeffa1ae24b83df7b97b534dcf05
116- #
117- # Stardoc generates repository.md (#1123)
118- #
119- # * Stardoc generates repository.md
112+ # Commit: 6adf61901eee7e6de7d8ab3af0fc15d06982ad34
113+ # Date: 2022-03-16 21:48:10 +0000 UTC
114+ # URL: https://github.com/bazelbuild/bazel-gazelle/commit/6adf61901eee7e6de7d8ab3af0fc15d06982ad34
120115#
121- # This is a mirror of the content in repository.rst, allowing us to manually inspect the delta between them.
122- # As soon as we are satisfied that the generated content is correct, we'll delete repository.rst and update any links to it.
123- #
124- # Technique: copied doc strings out of existing rst file into the starlark files. Transcribed rst syntax to markdown.
125- #
126- # * Replace repository.rst content with link to markdown version
127- # Size: 1416940 (1.4 MB)
116+ # ci: Add gazelle check (#1203)
117+ # Size: 1432187 (1.4 MB)
128118proto_dependency (
129119 name = "bazel_gazelle" ,
130120 patch_args = ["-p1" ],
131- patches = ["@build_stack_rules_proto//third_party:bazel-gazelle-PR1274.patch" ],
121+ patches = [
122+ "@build_stack_rules_proto//third_party:bazel-gazelle-PR1274.patch" ,
123+ "@build_stack_rules_proto//third_party:bazel-gazelle-revert-1152.patch" ,
124+ ],
132125 repository_rule = "http_archive" ,
133- sha256 = "cb05501bd37e2cbfdea8e23b28e5a7fe4ff4f12cef30eeb1924a0b8c3c0cea61 " ,
134- strip_prefix = "bazel-gazelle-425d85daecb9aeffa1ae24b83df7b97b534dcf05 " ,
135- urls = ["https://github.com/bazelbuild/bazel-gazelle/archive/425d85daecb9aeffa1ae24b83df7b97b534dcf05 .tar.gz" ],
126+ sha256 = "9a67de0258804915cda489cf0925d9b5894ee77c021a83cee9a2f405b2a95048 " ,
127+ strip_prefix = "bazel-gazelle-6adf61901eee7e6de7d8ab3af0fc15d06982ad34 " ,
128+ urls = ["https://github.com/bazelbuild/bazel-gazelle/archive/6adf61901eee7e6de7d8ab3af0fc15d06982ad34 .tar.gz" ],
136129 deps = [":io_bazel_rules_go" ],
137130)
138131
0 commit comments