Skip to content

Commit be31725

Browse files
Update google_bazel_common digest to 32d79aa (#53)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ab2445 commit be31725

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "7224bbf22c6553a0c7d3247c1067822eb6e626d9ed17aa7f74d47bb9c718f21b",
43-
strip_prefix = "bazel-common-4380e156e2901cac7e2c0d141c686ed72d17aac2",
44-
urls = ["https://github.com/google/bazel-common/archive/4380e156e2901cac7e2c0d141c686ed72d17aac2.tar.gz"],
42+
sha256 = "a7e2e734d3cf5dcf6e09d807685aa065ff44f6a772c7371a0eaac11616036064",
43+
strip_prefix = "bazel-common-32d79aa7c53a5e21cd3fb4053f2be82742f772a2",
44+
urls = ["https://github.com/google/bazel-common/archive/32d79aa7c53a5e21cd3fb4053f2be82742f772a2.tar.gz"],
4545
)
4646

4747
non_module_deps = module_extension(

0 commit comments

Comments
 (0)