Skip to content

Commit d4457f5

Browse files
Update google_bazel_common digest to 4380e15 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 56007f8 commit d4457f5

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

4747
non_module_deps = module_extension(

0 commit comments

Comments
 (0)