Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2022-03-09 13:52:31 +0300
committerGuillaume Chatelet <gchatelet@google.com>2022-03-09 13:53:05 +0300
commite4e535d7c254979ccee8fa097fb2ba526fb7340c (patch)
tree708d11c9e06820fa1c4e90855b69dc816518f47e
parented2c184fb29899dcfa26a30d8b1d16f72e80b43a (diff)
Bump google test commit
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 104c459..3d6086f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -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(