Skip to content

Commit a033402

Browse files
Update google_bazel_common digest to 5db4fd7
1 parent c67aafc commit a033402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
3939
def _non_module_deps_implementation(ctx):
4040
http_archive(
4141
name = "google_bazel_common",
42-
sha256 = "75cf38873d81cee5295c1aeefc58e3d5295dd7e3813cfd160f288e9479520ec3",
43-
strip_prefix = "bazel-common-55c7b4429ddb8cd5787e4ccdda6b1d00798c43d8",
44-
urls = ["https://github.com/google/bazel-common/archive/55c7b4429ddb8cd5787e4ccdda6b1d00798c43d8.tar.gz"],
42+
sha256 = "1f3154731a676b75a9a08ec5d35a7c5e5a45ee441934f738480a30b29c0a8acd",
43+
strip_prefix = "bazel-common-5db4fd72ef0ca751ae1b101b7f81c48dea49609a",
44+
urls = ["https://github.com/google/bazel-common/archive/5db4fd72ef0ca751ae1b101b7f81c48dea49609a.tar.gz"],
4545
)
4646

4747
non_module_deps = module_extension(

0 commit comments

Comments
 (0)