1
0
mirror of https://github.com/google/cpu_features.git synced 2025-04-27 23:22:31 +02:00

Bump google test commit

This commit is contained in:
Guillaume Chatelet 2022-03-09 10:52:31 +00:00
parent ed2c184fb2
commit e4e535d7c2

View File

@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_google_googletest",
sha256 = "269cebe2be1f607f91f52630ff5bec3275b948c65d4bac323ebd05e90d84f7a9",
strip_prefix = "googletest-e2239ee6043f73722e7aa812a459f54a28552929",
urls = ["https://github.com/google/googletest/archive/e2239ee6043f73722e7aa812a459f54a28552929.zip"],
sha256 = "1cff5915c9dfbf8241d811e95230833c4f34a6d56b7b8c960f4c828f60429a38",
strip_prefix = "googletest-c9461a9b55ba954df0489bab6420eb297bed846b",
urls = ["https://github.com/google/googletest/archive/c9461a9b55ba954df0489bab6420eb297bed846b.zip"],
)
http_archive(