@@ -38,8 +38,9 @@ def github_archive(name, org, repo, ref, sha256):
3838 name = name ,
3939 strip_prefix = repo + "-" + stripRef ,
4040 urls = [
41- "https://mirror.bazel.build/github.com/%s/%s/archive/%s.tar.gz" % (org , repo , ref ),
42- "https://github.com/%s/%s/archive/%s.tar.gz" % (org , repo , ref ),
41+ # "https://mirror.bazel.build/github.com/%s/%s/archive/%s.tar.gz" % (org, repo, ref),
42+ # "https://github.com/%s/%s/archive/%s.tar.gz" % (org, repo, ref),
43+ "https://github.com/%s/%s/archive/refs/tags/%s.tar.gz" % (org , repo , ref )
4344 ],
4445 sha256 = sha256 ,
4546 )
@@ -48,6 +49,6 @@ def io_grpc_grpc_java(**kwargs):
4849 """grpc java plugin and jars
4950 """
5051 name = "io_grpc_grpc_java"
51- ref = get_ref (name , "8eff2630828a7ec6f4980b5b46f30f875070a4e4 " , kwargs ) # v1.19.0 and changes up to PR #5456
52- sha256 = get_sha256 (name , "f0e17fb16a404ba473429144481221e2c970c65596f65129002af3c73dcfe141 " , kwargs )
52+ ref = get_ref (name , "v1.45.0 " , kwargs ) # v1.19.0 and changes up to PR #5456
53+ sha256 = get_sha256 (name , "83a3e094be70978cd843778a3214268714e077343fd9a5baacad31dd420304c3 " , kwargs )
5354 github_archive (name , "grpc" , "grpc-java" , ref , sha256 )
0 commit comments