Skip to content

Commit

Permalink
Merge pull request #2140 from tweag/renovate/rules_proto-digest
Browse files Browse the repository at this point in the history
chore(deps): update rules_proto to 6.0.0
  • Loading branch information
mergify[bot] committed May 23, 2024
2 parents d13a6b1 + 5a2bf52 commit 1cd404c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions rules_haskell_tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,17 @@ bazel_skylib_workspace()

http_archive(
name = "rules_proto",
sha256 = "c6d6f9bfd39b6417724fd4a504767aa1e8dbfe828d9d41ab4ccd1976aba53fb4",
strip_prefix = "rules_proto-7188888362a203892dec354f52623f9970bff48c",
urls = ["https://github.com/bazelbuild/rules_proto/archive/7188888362a203892dec354f52623f9970bff48c.tar.gz"],
sha256 = "303e86e722a520f6f326a50b41cfc16b98fe6d1955ce46642a5b7a67c11c0f5d",
strip_prefix = "rules_proto-6.0.0",
url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.0/rules_proto-6.0.0.tar.gz",
)

load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")

rules_proto_dependencies()

load("@rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")

rules_proto_toolchains()

# For buildifier
Expand Down

0 comments on commit 1cd404c

Please sign in to comment.