Skip to content

Commit

Permalink
Update grpc_deps.bzl
Browse files Browse the repository at this point in the history
update src for libprotobuf_mutator
  • Loading branch information
phoenix20162016 authored Feb 23, 2023
1 parent f1f73ce commit 8b65292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/grpc_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ def grpc_test_only_deps():
name = "com_google_libprotobuf_mutator",
sha256 = "b847c71723d8ce0b747aa661d7f3a07f1d16c595bf9c0202f30febc2f9a24a06",
urls = [
"https://github.com/google/libprotobuf-mutator/archive/ffd86a32874e5c08a143019aad1aaf0907294c9f.tar.gz",
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/libprotobuf-mutator/archive/ffd86a32874e5c08a143019aad1aaf0907294c9f.tar.gz",
"https://github.com/google/libprotobuf-mutator/archive/ffd86a32874e5c08a143019aad1aaf0907294c9f.tar.gz",
],
strip_prefix = "libprotobuf-mutator-ffd86a32874e5c08a143019aad1aaf0907294c9f",
build_file = "@com_github_grpc_grpc//third_party:libprotobuf_mutator.BUILD",
Expand Down

0 comments on commit 8b65292

Please sign in to comment.