Skip to content

Commit 93e7944

Browse files
vtardy-sterwango
authored andcommitted
lib: blobs: fix url for stm32wba Link Layer 802.15.4 libraries
Replace 'main' by the SHA-1 of the commit in the URL addresses for WBA6_LinkLayer_Thread_lib_Zephyr.a and WBA6_LinkLayer15_4_Zephyr.a This change increases the robustness of the reference of the libraries to fetch against later changes in the target repo main branch Signed-off-by: Vincent Tardy <[email protected]>
1 parent c4f78b6 commit 93e7944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zephyr/module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ blobs:
5858
type: lib
5959
version: '1.7.0'
6060
license-path: zephyr/blobs/stm32wba/lib/license.md
61-
url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/main/lib/1_7_0/WBA6_LinkLayer15_4_Zephyr.a
61+
url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/217cec65d7978d8f82aeac2f85a8e6df93fa460c/lib/1_7_0/WBA6_LinkLayer15_4_Zephyr.a
6262
description: "Binary Link Layer library for the STM32WBA6 802.15.4 subsystem"
6363
- path: stm32wba/lib/WBA6_LinkLayer_Thread_lib_Zephyr.a
6464
sha256: 23e377b1ef70119f1115c57d162065168d860dd71477c3e247fb295f7a728989
6565
type: lib
6666
version: '1.7.0'
6767
license-path: zephyr/blobs/stm32wba/lib/license.md
68-
url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/main/lib/1_7_0/WBA6_LinkLayer_Thread_lib_Zephyr.a
68+
url: https://github.com/stm32-hotspot/STM32WBA-Zephyr-custom-binaries/raw/217cec65d7978d8f82aeac2f85a8e6df93fa460c/lib/1_7_0/WBA6_LinkLayer_Thread_lib_Zephyr.a
6969
description: "Binary Link Layer library for the STM32WBA6 Thread subsystem"

0 commit comments

Comments
 (0)