From 4260ec1aa9a1a026894964b04f4643bbd41a947d Mon Sep 17 00:00:00 2001 From: ashraffouda Date: Wed, 8 Jul 2026 14:11:58 +0200 Subject: [PATCH] fix(mycelium): update stale md5 checksum for v0.6.1 release asset The mycelium package build fails with 'checksum mismatch': the v0.6.1 release asset was re-uploaded upstream and its md5 no longer matches the pinned value. Update to the current asset md5 (db532d4d7e0d975ee7e8128bdc9ad8b9, sha256 cfc50c3e...ad6). Pre-existing, unrelated to the repo-rename migration. Co-Authored-By: Claude Opus 4.8 (1M context) --- bins/packages/mycelium/mycelium.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bins/packages/mycelium/mycelium.sh b/bins/packages/mycelium/mycelium.sh index cce5240c..475efbf1 100644 --- a/bins/packages/mycelium/mycelium.sh +++ b/bins/packages/mycelium/mycelium.sh @@ -1,5 +1,5 @@ MYCELIUM_VERSION="0.6.1" -MYCELIUM_CHECKSUM="160f367228ff6a8a933ff0a55209d010" +MYCELIUM_CHECKSUM="db532d4d7e0d975ee7e8128bdc9ad8b9" MYCELIUM_LINK="https://github.com/threefoldtech/mycelium/releases/download/v${MYCELIUM_VERSION}/mycelium-x86_64-unknown-linux-musl.tar.gz" download_mycelium() {