Skip to content

Commit a5897c6

Browse files
authored
Update googletest_deps.bzl
updated bazel external libs now bazel 8 is supported https://github.com/abseil/abseil-cpp/releases/tag/20250127.1 google/re2@2024-07-01...2024-07-02 Signed-off-by: mosfet80 <realeandrea@yahoo.it>
1 parent 699989e commit a5897c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

googletest_deps.bzl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ def googletest_deps():
88
if not native.existing_rule("com_googlesource_code_re2"):
99
http_archive(
1010
name = "com_googlesource_code_re2", # 2023-03-17T11:36:51Z
11-
sha256 = "cb8b5312a65f2598954545a76e8bce913f35fbb3a21a5c88797a4448e9f9b9d9",
12-
strip_prefix = "re2-578843a516fd1da7084ae46209a75f3613b6065e",
13-
urls = ["https://github.com/google/re2/archive/578843a516fd1da7084ae46209a75f3613b6065e.zip"],
11+
sha256 = "a835fe55fbdcd8e80f38584ab22d0840662c67f2feb36bd679402da9641dc71e",
12+
strip_prefix = "re2-2024-07-02",
13+
urls = ["https://github.com/google/re2/releases/download/2024-07-02/re2-2024-07-02.zip"],
1414
)
1515

1616
if not native.existing_rule("com_google_absl"):
1717
http_archive(
18-
name = "com_google_absl", # 2023-08-01T14:59:13Z
19-
sha256 = "d2c09bf3b3aba57ad87a56082020bee2948445407756e92ddaf3595396086853",
20-
strip_prefix = "abseil-cpp-22091f4c0d6626b3ef40446ce3d4ccab19425ca3",
21-
urls = ["https://github.com/abseil/abseil-cpp/archive/22091f4c0d6626b3ef40446ce3d4ccab19425ca3.zip"],
18+
name = "com_google_absl", # 2025-01-27
19+
sha256 = "c51713a5346679e5c3def73a4d683ff64aca5558261d92a9d1f062923b41da9c",
20+
strip_prefix = "abseil-cpp-20250127",
21+
urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20250127.1.zip"],
2222
)

0 commit comments

Comments
 (0)