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 @@ -45,15 +45,17 @@ bazel_skylib_workspace()
45
45
46
46
http_archive (
47
47
name = "rules_proto" ,
48
- sha256 = "c6d6f9bfd39b6417724fd4a504767aa1e8dbfe828d9d41ab4ccd1976aba53fb4 " ,
49
- strip_prefix = "rules_proto-7188888362a203892dec354f52623f9970bff48c " ,
50
- urls = [ "https://github.com/bazelbuild/rules_proto/archive/7188888362a203892dec354f52623f9970bff48c. tar.gz" ] ,
48
+ sha256 = "303e86e722a520f6f326a50b41cfc16b98fe6d1955ce46642a5b7a67c11c0f5d " ,
49
+ strip_prefix = "rules_proto-6.0.0 " ,
50
+ url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.0/rules_proto-6.0.0. tar.gz" ,
51
51
)
52
52
53
- load ("@rules_proto//proto:repositories.bzl" , "rules_proto_dependencies" , "rules_proto_toolchains" )
53
+ load ("@rules_proto//proto:repositories.bzl" , "rules_proto_dependencies" )
54
54
55
55
rules_proto_dependencies ()
56
56
57
+ load ("@rules_proto//proto:toolchains.bzl" , "rules_proto_toolchains" )
58
+
57
59
rules_proto_toolchains ()
58
60
59
61
# For buildifier
You can’t perform that action at this time.
0 commit comments