From f8cfcca3ecc35e9a4949c35bd8d9935fdaac3994 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:51:20 +0000 Subject: [PATCH] chore(deps): update mister-devel/distribution_mister digest to c834927 --- 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 ea7f1e0..5180c8a 100755 --- a/scripts/fetch-sdcard-payload.sh +++ b/scripts/fetch-sdcard-payload.sh @@ -158,7 +158,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="8f0185b5f36f14fbaf48cc95a21dbbda759cc5a2" +readonly PINNED_CORES_COMMIT="c834927f2b7561092710e6f5e7689a526a10d1ba" readonly CORES_API_URL="https://api.github.com/repos/MiSTer-devel/Distribution_MiSTer/contents/_Console?ref=${PINNED_CORES_COMMIT}" # --- small helpers ---------------------------------------------------------