Skip to content

Commit

Permalink
chore(deps): update rules_proto digest to c1c78bd
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 9, 2023
1 parent 67375ee commit d0d26eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bazel_example/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ grpc_extra_deps()

http_archive(
name = "rules_proto",
sha256 = "56314b567d59daf64cb0379dd86dbb9de170b18d47fe378d5451e08f407c36bf",
strip_prefix = "rules_proto-70b42485395e0fa376f32b9e7f4012a70d6121d2",
sha256 = "9e6a58b72d5ea54dbc9de096760c74e10a01a3474ec8a23b0ff0415ab262f3d2",
strip_prefix = "rules_proto-c1c78bd01e6f036c1496f760ecf30a793f4faeec",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/70b42485395e0fa376f32b9e7f4012a70d6121d2.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/70b42485395e0fa376f32b9e7f4012a70d6121d2.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/c1c78bd01e6f036c1496f760ecf30a793f4faeec.tar.gz",
"https://github.com/bazelbuild/rules_proto/archive/c1c78bd01e6f036c1496f760ecf30a793f4faeec.tar.gz",
],
)

Expand Down

0 comments on commit d0d26eb

Please sign in to comment.