File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
lib/everest/framework/third-party/bazel Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ def _deps_impl(module_ctx):
5252 maybe (
5353 http_archive ,
5454 name = "com_github_LiamBindle_mqtt-c" ,
55- url = "https://github.com/LiamBindle/MQTT-C/archive/f69ce1e7fd54f3b1834c9c9137ce0ec5d703cb4d .tar.gz" ,
56- sha256 = "0b3ab84e5bca3c0c29be6b84af6f9840d92a0ae4fc00ca74fdcacc30b2b0a1e9 " ,
57- strip_prefix = "MQTT-C-f69ce1e7fd54f3b1834c9c9137ce0ec5d703cb4d " ,
55+ url = "https://github.com/LiamBindle/MQTT-C/archive/7a986a68ebea63921d4aab20a9d1b26a8b5f8c9d .tar.gz" ,
56+ sha256 = "381b64a19e41fc4cf4e0269888ba41dcb593b084d822a84958cd9c085c4db354 " ,
57+ strip_prefix = "MQTT-C-7a986a68ebea63921d4aab20a9d1b26a8b5f8c9d " ,
5858 build_file = "@everest-framework//third-party/bazel:BUILD.mqtt-c.bazel" ,
5959 )
6060
Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ def _deps_impl(module_ctx):
9292 maybe (
9393 http_archive ,
9494 name = "com_github_LiamBindle_mqtt-c" ,
95- url = "https://github.com/LiamBindle/MQTT-C/archive/f69ce1e7fd54f3b1834c9c9137ce0ec5d703cb4d .tar.gz" ,
96- sha256 = "0b3ab84e5bca3c0c29be6b84af6f9840d92a0ae4fc00ca74fdcacc30b2b0a1e9 " ,
97- strip_prefix = "MQTT-C-f69ce1e7fd54f3b1834c9c9137ce0ec5d703cb4d " ,
95+ url = "https://github.com/LiamBindle/MQTT-C/archive/7a986a68ebea63921d4aab20a9d1b26a8b5f8c9d .tar.gz" ,
96+ sha256 = "381b64a19e41fc4cf4e0269888ba41dcb593b084d822a84958cd9c085c4db354 " ,
97+ strip_prefix = "MQTT-C-7a986a68ebea63921d4aab20a9d1b26a8b5f8c9d " ,
9898 build_file = "@everest-core//third-party/bazel:BUILD.mqtt-c.bazel" ,
9999 )
100100
You can’t perform that action at this time.
0 commit comments