File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -273,12 +273,12 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
273273 tf_http_archive (
274274 name = "org_sqlite" ,
275275 build_file = clean_dep ("//third_party:sqlite.BUILD" ),
276- sha256 = "b34f4c0c0eefad9a7e515c030c18702e477f4ef7d8ade6142bdab8011b487ac6 " ,
277- strip_prefix = "sqlite-amalgamation-3330000 " ,
276+ sha256 = "8ff0b79fd9118af7a760f1f6a98cac3e69daed325c8f9f0a581ecb62f797fd64 " ,
277+ strip_prefix = "sqlite-amalgamation-3340000 " ,
278278 system_build_file = clean_dep ("//third_party/systemlibs:sqlite.BUILD" ),
279279 urls = [
280- "https://storage.googleapis.com/mirror.tensorflow.org/www.sqlite.org/2020/sqlite-amalgamation-3330000 .zip" ,
281- "https://www.sqlite.org/2020/sqlite-amalgamation-3330000 .zip" ,
280+ "https://storage.googleapis.com/mirror.tensorflow.org/www.sqlite.org/2020/sqlite-amalgamation-3340000 .zip" ,
281+ "https://www.sqlite.org/2020/sqlite-amalgamation-3340000 .zip" ,
282282 ],
283283 )
284284
You can’t perform that action at this time.
0 commit comments