Skip to content

Commit a565062

Browse files
Update google_bazel_common digest to 2f1bc52 (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93ca690 commit a565062

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 = "b3b4f05d718d6478571f0812db86cbdf6487c7202c2b004ac82d56e3a4d08dfe",
43-
strip_prefix = "bazel-common-c852b9554f0dd972816af1ec972b9b966f70f880",
44-
urls = ["https://github.com/google/bazel-common/archive/c852b9554f0dd972816af1ec972b9b966f70f880.tar.gz"],
42+
sha256 = "3c63800ce9b640aaca590d133d3a229798a4ce3554e87f913a9e52e7f2f4d0f7",
43+
strip_prefix = "bazel-common-2f1bc52b69a7503eefb9acaacef5576d4eb513a4",
44+
urls = ["https://github.com/google/bazel-common/archive/2f1bc52b69a7503eefb9acaacef5576d4eb513a4.tar.gz"],
4545
)
4646

4747
non_module_deps = module_extension(

0 commit comments

Comments
 (0)