Skip to content

Commit

Permalink
chore(deps): update rules_proto digest to 7188888
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and avdv committed Nov 10, 2023
1 parent fd19d9c commit 836ad6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_proto",
sha256 = "b9776d391f9de6391d46423ed052b4d5f0e5813180be03e50af385e1759fb688",
strip_prefix = "rules_proto-52b80440af594d64d4e356f1e9a68059f7f204db",
urls = ["https://github.com/bazelbuild/rules_proto/archive/52b80440af594d64d4e356f1e9a68059f7f204db.tar.gz"],
sha256 = "c6d6f9bfd39b6417724fd4a504767aa1e8dbfe828d9d41ab4ccd1976aba53fb4",
strip_prefix = "rules_proto-7188888362a203892dec354f52623f9970bff48c",
urls = ["https://github.com/bazelbuild/rules_proto/archive/7188888362a203892dec354f52623f9970bff48c.tar.gz"],
)

load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")
Expand Down
6 changes: 3 additions & 3 deletions rules_haskell_tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ bazel_skylib_workspace()

http_archive(
name = "rules_proto",
sha256 = "b9776d391f9de6391d46423ed052b4d5f0e5813180be03e50af385e1759fb688",
strip_prefix = "rules_proto-52b80440af594d64d4e356f1e9a68059f7f204db",
urls = ["https://github.com/bazelbuild/rules_proto/archive/52b80440af594d64d4e356f1e9a68059f7f204db.tar.gz"],
sha256 = "c6d6f9bfd39b6417724fd4a504767aa1e8dbfe828d9d41ab4ccd1976aba53fb4",
strip_prefix = "rules_proto-7188888362a203892dec354f52623f9970bff48c",
urls = ["https://github.com/bazelbuild/rules_proto/archive/7188888362a203892dec354f52623f9970bff48c.tar.gz"],
)

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

0 comments on commit 836ad6f

Please sign in to comment.