Skip to content

Commit 754baed

Browse files
Update google_bazel_common digest to f4ea2c4
1 parent 30dc131 commit 754baed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ pinned_maven_install()
8383

8484
http_archive(
8585
name = "google_bazel_common",
86-
sha256 = "fdcd5b4ed39efd8150ba584b56b08f9c03406183385121e8a11ddf8ae19f1db5",
87-
strip_prefix = "bazel-common-d59d067c04e973f3c4aa34f6628bed97d6664c3c",
88-
urls = ["https://github.com/google/bazel-common/archive/d59d067c04e973f3c4aa34f6628bed97d6664c3c.tar.gz"],
86+
sha256 = "181790b36e0dfd4f308238159df9c37220088687dde3780a558fb9473abb918a",
87+
strip_prefix = "bazel-common-f4ea2c48ad4f25a5003104c0cf369f3ed7cc9f04",
88+
urls = ["https://github.com/google/bazel-common/archive/f4ea2c48ad4f25a5003104c0cf369f3ed7cc9f04.tar.gz"],
8989
)
9090

9191
load("@google_bazel_common//:workspace_defs.bzl", "google_common_workspace_rules")

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 = "fdcd5b4ed39efd8150ba584b56b08f9c03406183385121e8a11ddf8ae19f1db5",
43-
strip_prefix = "bazel-common-d59d067c04e973f3c4aa34f6628bed97d6664c3c",
44-
urls = ["https://github.com/google/bazel-common/archive/d59d067c04e973f3c4aa34f6628bed97d6664c3c.tar.gz"],
42+
sha256 = "181790b36e0dfd4f308238159df9c37220088687dde3780a558fb9473abb918a",
43+
strip_prefix = "bazel-common-f4ea2c48ad4f25a5003104c0cf369f3ed7cc9f04",
44+
urls = ["https://github.com/google/bazel-common/archive/f4ea2c48ad4f25a5003104c0cf369f3ed7cc9f04.tar.gz"],
4545
)
4646

4747
non_module_deps = module_extension(

0 commit comments

Comments
 (0)