We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750f785 commit 022d2bdCopy full SHA for 022d2bd
third-party/bazel/extension.bzl
@@ -44,9 +44,9 @@ def _deps_impl(module_ctx):
44
maybe(
45
http_archive,
46
name = "com_github_LiamBindle_mqtt-c",
47
- url = "https://github.com/LiamBindle/MQTT-C/archive/f69ce1e7fd54f3b1834c9c9137ce0ec5d703cb4d.tar.gz",
48
- sha256 = "0b3ab84e5bca3c0c29be6b84af6f9840d92a0ae4fc00ca74fdcacc30b2b0a1e9",
49
- strip_prefix = "MQTT-C-f69ce1e7fd54f3b1834c9c9137ce0ec5d703cb4d",
+ url = "https://github.com/LiamBindle/MQTT-C/archive/7a986a68ebea63921d4aab20a9d1b26a8b5f8c9d.tar.gz",
+ sha256 = "381b64a19e41fc4cf4e0269888ba41dcb593b084d822a84958cd9c085c4db354",
+ strip_prefix = "MQTT-C-7a986a68ebea63921d4aab20a9d1b26a8b5f8c9d",
50
build_file = "@everest-core//third-party/bazel:BUILD.mqtt-c.bazel",
51
)
52
0 commit comments