blob: 10c89f609e83c549b0e0e107d401923e4b5fc17d [file] [log] [blame]
Austin Schuh10358f22019-01-21 20:25:11 -08001load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2
3http_archive(
4 name = "com_github_gflags_gflags",
James Kuszmaul126dcff2022-08-12 16:30:05 -07005 sha256 = "34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf",
Austin Schuh10358f22019-01-21 20:25:11 -08006 strip_prefix = "gflags-2.2.2",
7 urls = [
8 "https://mirror.bazel.build/github.com/gflags/gflags/archive/v2.2.2.tar.gz",
9 "https://github.com/gflags/gflags/archive/v2.2.2.tar.gz",
10 ],
11)