Skip to content

Commit c1b5ba2

Browse files
Update google_bazel_common digest to 5549d07 (#69)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0921b50 commit c1b5ba2

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 = "5b69eb045604380b1a2b5ed197dbac7f3558b3ee21cd823f601c9238867a56f2",
43-
strip_prefix = "bazel-common-bcab8e88c51a83e3bc91222db50d90395d2148ba",
44-
urls = ["https://github.com/google/bazel-common/archive/bcab8e88c51a83e3bc91222db50d90395d2148ba.tar.gz"],
42+
sha256 = "e7bfee85be79eec9b14106954bafda842c232f74ea53bbd43f625c7b1dceaee3",
43+
strip_prefix = "bazel-common-5549d0799689f644b6a507fb8f13b2268be038a6",
44+
urls = ["https://github.com/google/bazel-common/archive/5549d0799689f644b6a507fb8f13b2268be038a6.tar.gz"],
4545
)
4646

4747
non_module_deps = module_extension(

0 commit comments

Comments
 (0)