Skip to content

Commit 5a2bf52

Browse files
committed
chore(deps): update rules_proto to 6.0.0 in test workspace
1 parent d2222bf commit 5a2bf52

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

rules_haskell_tests/WORKSPACE

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,17 @@ bazel_skylib_workspace()
4545

4646
http_archive(
4747
name = "rules_proto",
48-
sha256 = "8c850822dbd47121ca697279aa1129fcc7f2c4a8633921f06f81bc2df4f792c4",
49-
strip_prefix = "rules_proto-d205d37866925569d99b4d6cdcba172326ecf812",
50-
urls = ["https://github.com/bazelbuild/rules_proto/archive/d205d37866925569d99b4d6cdcba172326ecf812.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",
5151
)
5252

53-
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")
53+
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")
5454

5555
rules_proto_dependencies()
5656

57+
load("@rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")
58+
5759
rules_proto_toolchains()
5860

5961
# For buildifier

0 commit comments

Comments
 (0)