@@ -144,11 +144,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
144
144
145
145
tf_http_archive (
146
146
name = "XNNPACK" ,
147
- sha256 = "8f29d32a35d5e12aa5f02d0ef9018c80f2c985cd1837493fdfa670d84dfe2e2b " ,
148
- strip_prefix = "XNNPACK-1498d1d4d0430480dfe5c4538049b4f789d29134 " ,
147
+ sha256 = "190e61e50af3497bb46b8d936bd2d2d551a9aeedb02ff66388918408a54e216a " ,
148
+ strip_prefix = "XNNPACK-b18783570f0643560be641b193367d3906955141 " ,
149
149
urls = [
150
- "https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/XNNPACK/archive/1498d1d4d0430480dfe5c4538049b4f789d29134 .zip" ,
151
- "https://github.com/google/XNNPACK/archive/1498d1d4d0430480dfe5c4538049b4f789d29134 .zip" ,
150
+ "https://storage.googleapis.com/mirror.tensorflow.org/github.com/google/XNNPACK/archive/b18783570f0643560be641b193367d3906955141 .zip" ,
151
+ "https://github.com/google/XNNPACK/archive/b18783570f0643560be641b193367d3906955141 .zip" ,
152
152
],
153
153
)
154
154
@@ -927,10 +927,11 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
927
927
# https://github.com/bazelbuild/rules_apple/releases
928
928
tf_http_archive (
929
929
name = "build_bazel_rules_apple" ,
930
- sha256 = "a045a436b642c70fb0c10ca84ff0fd2dcbd59cc89100d597a61e8374afafb366" ,
930
+ sha256 = "bdc8e66e70b8a75da23b79f1f8c6207356df07d041d96d2189add7ee0780cf4e" ,
931
+ strip_prefix = "rules_apple-b869b0d3868d78a1d4ffd866ccb304fb68aa12c3" ,
931
932
urls = [
932
- "https://storage.googleapis.com/mirror.tensorflow.org/ github.com/bazelbuild/rules_apple/releases/download/0.18.0/rules_apple.0.18.0 .tar.gz" ,
933
- "https://github.com/bazelbuild/rules_apple/releases/download/0.18.0/rules_apple.0.18.0 .tar.gz" ,
933
+ "https://github.com/bazelbuild/rules_apple/archive/b869b0d3868d78a1d4ffd866ccb304fb68aa12c3 .tar.gz" ,
934
+ "https://storage.googleapis.com/mirror.tensorflow.org/ github.com/bazelbuild/rules_apple/archive/b869b0d3868d78a1d4ffd866ccb304fb68aa12c3 .tar.gz" ,
934
935
],
935
936
)
936
937
0 commit comments