File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,17 @@ bazel_skylib_workspace()
30
30
31
31
http_archive (
32
32
name = "rules_proto" ,
33
- sha256 = "c6d6f9bfd39b6417724fd4a504767aa1e8dbfe828d9d41ab4ccd1976aba53fb4 " ,
34
- strip_prefix = "rules_proto-7188888362a203892dec354f52623f9970bff48c " ,
35
- urls = [ "https://github.com/bazelbuild/rules_proto/archive/7188888362a203892dec354f52623f9970bff48c. tar.gz" ] ,
33
+ sha256 = "303e86e722a520f6f326a50b41cfc16b98fe6d1955ce46642a5b7a67c11c0f5d " ,
34
+ strip_prefix = "rules_proto-6.0.0 " ,
35
+ url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.0/rules_proto-6.0.0. tar.gz" ,
36
36
)
37
37
38
- load ("@rules_proto//proto:repositories.bzl" , "rules_proto_dependencies" , "rules_proto_toolchains" )
38
+ load ("@rules_proto//proto:repositories.bzl" , "rules_proto_dependencies" )
39
39
40
40
rules_proto_dependencies ()
41
41
42
+ load ("@rules_proto//proto:toolchains.bzl" , "rules_proto_toolchains" )
43
+
42
44
rules_proto_toolchains ()
43
45
44
46
# For buildifier
You can’t perform that action at this time.
0 commit comments