Skip to content

Commit 8de9784

Browse files
author
mc
committed
Fixed bad sha256 hash on tensorflow dep
1 parent 27d2813 commit 8de9784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/workspace.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
969969
tf_http_archive(
970970
name = "com_github_apple_swift_swift_protobuf",
971971
strip_prefix = "swift-protobuf-1.6.0/",
972-
sha256 = "4ccf6e5ea558e8287bf6331f9f6e52b3c321fca5f1d181d03680f415c32a6bba",
972+
sha256 = "4d6d2543da84474fe50a543f70ba145d99c4d14a4aac10d7b3c7dc9f0f7ecec3",
973973
urls = [
974974
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/apple/swift-protobuf/archive/1.6.0.zip",
975975
"https://github.com/apple/swift-protobuf/archive/1.6.0.zip",

0 commit comments

Comments
 (0)