bazel: Update cmsis_core checksum in examples

Bug: 365121598
Change-Id: I5ec68537db7f9c22df2f889e6d37abdb8a292a21
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/examples/+/234491
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 95fa553..4a84b33 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -65,7 +65,7 @@
 http_archive(
     name = "cmsis_core",
     build_file = "@pigweed//third_party/stm32cube:cmsis_core.BUILD.bazel",
-    sha256 = "f711074a546bce04426c35e681446d69bc177435cd8f2f1395a52db64f52d100",
-    strip_prefix = "cmsis_core-5.4.0_cm4",
+    sha256 = "32f226c31d7d1ff4a504404400603e047b99f405cd0c9a8f417f1f250251b829",
+    strip_prefix = "cmsis-core-5.4.0_cm4",
     urls = ["https://github.com/STMicroelectronics/cmsis_core/archive/refs/tags/v5.4.0_cm4.tar.gz"],
 )