Austin Schuh | 10358f2 | 2019-01-21 20:25:11 -0800 | [diff] [blame] | 1 | load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") |
| 2 | |
| 3 | http_archive( |
| 4 | name = "com_github_gflags_gflags", |
James Kuszmaul | 126dcff | 2022-08-12 16:30:05 -0700 | [diff] [blame] | 5 | sha256 = "34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf", |
Austin Schuh | 10358f2 | 2019-01-21 20:25:11 -0800 | [diff] [blame] | 6 | 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 | ) |