From 628a07cc10f4cfe6fddef02d0c32451e84cdaeb2 Mon Sep 17 00:00:00 2001 From: Optible Bot Date: Thu, 3 Feb 2022 04:50:40 +0000 Subject: [PATCH] Update dependency snappy to v1.1.9 --- tensorflow/workspace2.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tensorflow/workspace2.bzl b/tensorflow/workspace2.bzl index 059a5921ff5009..fda0562b89cc02 100644 --- a/tensorflow/workspace2.bzl +++ b/tensorflow/workspace2.bzl @@ -728,12 +728,12 @@ def _tf_repositories(): tf_http_archive( name = "snappy", build_file = "//third_party:snappy.BUILD", - sha256 = "16b677f07832a612b0836178db7f374e414f94657c138e6993cbfc5dcc58651f", - strip_prefix = "snappy-1.1.8", + sha256 = "75c1fbb3d618dd3a0483bff0e26d0a92b495bbe5059c8b4f1c962b478b6e06e7", + strip_prefix = "snappy-1.1.9", system_build_file = "//third_party/systemlibs:snappy.BUILD", urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/snappy/archive/1.1.8.tar.gz", - "https://github.com/google/snappy/archive/1.1.8.tar.gz", + "https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/snappy/archive/1.1.9.tar.gz", + "https://github.com/google/snappy/archive/1.1.9.tar.gz", ], )