Skip to content

Commit da8db17

Browse files
Merge pull request #46152 from tensorflow/mm-cherry-pick-sqlite-bump-on-r1.15
Update SQLite to the lastest sqlite-amalgamation-3340000
2 parents 0396c28 + a19bd42 commit da8db17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tensorflow/workspace.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)