File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
3737# External dependency: Google Flags; has Bazel build already.
3838http_archive (
3939 name = "com_github_gflags_gflags" ,
40- sha256 = "6e16c8bc91b1310a44f3965e616383dbda48f83e8c1eaa2370a215057b00cabe " ,
41- strip_prefix = "gflags-77592648e3f3be87d6c7123eb81cbad75f9aef5a " ,
40+ sha256 = "5aaa6b18eb4f7cdb24c920f6f52f264524c07c682b8f139a9db6608876621816 " ,
41+ strip_prefix = "gflags-58cf1ef6d038e007c6b96aeda453503b59ffef8f " ,
4242 urls = [
43- "https://mirror.bazel.build/github.com/gflags/gflags/archive/77592648e3f3be87d6c7123eb81cbad75f9aef5a .tar.gz" ,
44- "https://github.com/gflags/gflags/archive/77592648e3f3be87d6c7123eb81cbad75f9aef5a .tar.gz" ,
43+ "https://mirror.bazel.build/github.com/gflags/gflags/archive/58cf1ef6d038e007c6b96aeda453503b59ffef8f .tar.gz" ,
44+ "https://github.com/gflags/gflags/archive/58cf1ef6d038e007c6b96aeda453503b59ffef8f .tar.gz" ,
4545 ],
4646)
4747
You can’t perform that action at this time.
0 commit comments