Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 0bad968

Browse files
committed
docs(bazel): update archive url
1 parent 645acfe commit 0bad968

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ http_archive(
1717

1818
http_archive(
1919
name = "com_github_google_glog",
20-
sha256 = "122fb6b712808ef43fbf80f75c52a21c9760683dae470154f02bddfc61135022",
21-
strip_prefix = "glog-0.6.0",
22-
urls = ["https://github.com/google/glog/archive/v0.6.0.zip"],
20+
sha256 = "c17d85c03ad9630006ef32c7be7c65656aba2e7e2fbfc82226b7e680c771fc88",
21+
strip_prefix = "glog-0.7.1",
22+
urls = ["https://github.com/google/glog/archive/v0.7.1.zip"],
2323
)
2424
```
2525

0 commit comments

Comments
 (0)