From 676409538f0bdc794d8dba3be1fa5a48c33ccbc1 Mon Sep 17 00:00:00 2001 From: Optible Bot Date: Thu, 3 Feb 2022 04:49:51 +0000 Subject: [PATCH] Update kissfft commit hash to 8f47a67 --- third_party/kissfft/workspace.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/third_party/kissfft/workspace.bzl b/third_party/kissfft/workspace.bzl index 9d68d5a1a670b1..3cc7e1ea824f7d 100644 --- a/third_party/kissfft/workspace.bzl +++ b/third_party/kissfft/workspace.bzl @@ -5,11 +5,11 @@ load("//third_party:repo.bzl", "tf_http_archive") def repo(): tf_http_archive( name = "kissfft", - strip_prefix = "kissfft-36dbc057604f00aacfc0288ddad57e3b21cfc1b8", - sha256 = "42b7ef406d5aa2d57a7b3b56fc44e8ad3011581692458a69958a911071efdcf2", + strip_prefix = "kissfft-8f47a67f595a6641c566087bf5277034be64f24d", + sha256 = "93cfa11a344ad552472f7d93c228d55969ac586275692d73d5e7ce73a69b047f", urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/github.com/mborgerding/kissfft/archive/36dbc057604f00aacfc0288ddad57e3b21cfc1b8.tar.gz", - "https://github.com/mborgerding/kissfft/archive/36dbc057604f00aacfc0288ddad57e3b21cfc1b8.tar.gz", + "https://storage.googleapis.com/mirror.tensorflow.org/github.com/mborgerding/kissfft/archive/8f47a67f595a6641c566087bf5277034be64f24d.tar.gz", + "https://github.com/mborgerding/kissfft/archive/8f47a67f595a6641c566087bf5277034be64f24d.tar.gz", ], build_file = "//third_party/kissfft:BUILD.bazel", )