We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1b32f commit d35c5e9Copy full SHA for d35c5e9
swift/third_party/fishhook/BUILD.bazel
swift/third_party/fishhook/BUILD.fishhook.bazel
swift/third_party/load.bzl
@@ -38,14 +38,6 @@ def load_dependencies(repository_name):
38
],
39
)
40
41
- http_archive(
42
- name = "fishhook",
43
- url = "https://github.com/facebook/fishhook/archive/aadc161ac3b80db07a9908851839a17ba63a9eb1.zip",
44
- build_file = "@%s//swift/third_party/fishhook:BUILD.fishhook.bazel" % repository_name,
45
- strip_prefix = "fishhook-aadc161ac3b80db07a9908851839a17ba63a9eb1",
46
- sha256 = "9f2cdee6dcc2039d4c47d25ab5141fe0678ce6ed27ef482cab17fe9fa38a30ce",
47
- )
48
-
49
http_archive(
50
name = "picosha2",
51
url = "https://github.com/okdshin/PicoSHA2/archive/27fcf6979298949e8a462e16d09a0351c18fcaf2.zip",
0 commit comments