Skip to content

Commit d79890d

Browse files
Update google_bazel_common digest to f566fc8
1 parent c67aafc commit d79890d

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 = "bb0fc1424f16d13f1283559c14b5ad0b4e39786449f0f3ce94545ddda22f17cf",
43+
strip_prefix = "bazel-common-f566fc86516907757cf92efa6226d14bd7d95295",
44+
urls = ["https://github.com/google/bazel-common/archive/f566fc86516907757cf92efa6226d14bd7d95295.tar.gz"],
4545
)
4646

4747
non_module_deps = module_extension(

0 commit comments

Comments
 (0)