File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ PROTOBUF_MAVEN_ARTIFACTS = [
19
19
20
20
def _github_archive (repo , commit , ** kwargs ):
21
21
repo_name = repo .split ("/" )[- 1 ]
22
- http_archive (
23
- urls = [repo + "/archive/" + commit + ".zip" ],
22
+ http_archive ( urls = [repo + "/archive/" + commit + ".zip" ],
24
23
strip_prefix = repo_name + "-" + commit ,
25
24
** kwargs
26
25
)
@@ -150,7 +149,7 @@ def protobuf_deps():
150
149
_github_archive (
151
150
name = "upb" ,
152
151
repo = "https://github.com/protocolbuffers/upb" ,
153
- commit = "ea4e825d22c9ae0031d59ec5e86dc85bb50cbbcb " ,
154
- sha256 = "a3a422235d6c2a68130a4fd21d88f5ccb6c3347dcfddd5ec5de0f23247b249df " ,
152
+ commit = "42cd08932e364a4cde35033b73f15c30250d7c2e " ,
153
+ sha256 = "c67dd28e641e26c1c2ac295f1a693b864e8b074c683e7b9ef89f7aa8cf5db77a " ,
155
154
patches = ["@com_google_protobuf//build_defs:upb.patch" ],
156
155
)
You can’t perform that action at this time.
0 commit comments