From d654bc09595e5106be256b320e2811cdb4cd421f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 01:09:22 +0000 Subject: [PATCH] chore(deps): update mister-devel/distribution_mister digest to 8f0185b --- scripts/fetch-sdcard-payload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch-sdcard-payload.sh b/scripts/fetch-sdcard-payload.sh index f95f5119..fa3808d3 100755 --- a/scripts/fetch-sdcard-payload.sh +++ b/scripts/fetch-sdcard-payload.sh @@ -151,7 +151,7 @@ readonly PINNED_WIFI_SH_SIZE="96637" # Any "as of " note is deliberately absent -- Renovate cannot update a # comment, so it would start lying on the first automatic bump. `git log -- # scripts/fetch-sdcard-payload.sh` is the bump record. -readonly PINNED_CORES_COMMIT="235db88fde683a1d99843731246be398a5d3cb4a" +readonly PINNED_CORES_COMMIT="8f0185b5f36f14fbaf48cc95a21dbbda759cc5a2" readonly CORES_API_URL="https://api.github.com/repos/MiSTer-devel/Distribution_MiSTer/contents/_Console?ref=${PINNED_CORES_COMMIT}" # --- small helpers ---------------------------------------------------------