From db8d2ac33b420ad1a0805543bdab01817ccab083 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 2 Oct 2023 20:09:41 +0000 Subject: [PATCH] chore(deps): update rules_proto digest to 2d33f81 --- bazel_example/WORKSPACE.bazel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bazel_example/WORKSPACE.bazel b/bazel_example/WORKSPACE.bazel index 329bc8cfc..a41461e76 100644 --- a/bazel_example/WORKSPACE.bazel +++ b/bazel_example/WORKSPACE.bazel @@ -42,11 +42,11 @@ grpc_extra_deps() http_archive( name = "rules_proto", - sha256 = "56314b567d59daf64cb0379dd86dbb9de170b18d47fe378d5451e08f407c36bf", - strip_prefix = "rules_proto-70b42485395e0fa376f32b9e7f4012a70d6121d2", + sha256 = "285d1ba620728c4f7288e33db06fc587715869ceca981260a37b45f2118fe569", + strip_prefix = "rules_proto-2d33f813c203e4a00ac61941cec83b4d9b56039b", 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/2d33f813c203e4a00ac61941cec83b4d9b56039b.tar.gz", + "https://github.com/bazelbuild/rules_proto/archive/2d33f813c203e4a00ac61941cec83b4d9b56039b.tar.gz", ], )