From cd69f37f3a4fb46468b77b84ccf6aa3225c8895e Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:06:28 +0800 Subject: [PATCH] Update NimonyStableCommit hash (#25292) ref https://github.com/nim-lang/nimony/commit/322178d9af6676363d5237382c6d6c1b4e56d3cd I will add an i386 CI for bootstrapping later --- koch.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koch.nim b/koch.nim index a54147680e..58df9fadb7 100644 --- a/koch.nim +++ b/koch.nim @@ -16,7 +16,7 @@ const ChecksumsStableCommit = "0b8e46379c5bc1bf73d8b3011908389c60fb9b98" # 2.0.1 SatStableCommit = "faf1617f44d7632ee9601ebc13887644925dcc01" - NimonyStableCommit = "596ae916a8e8304e96aa1581410f765e5d6f1692" # unversioned \ + NimonyStableCommit = "322178d9af6676363d5237382c6d6c1b4e56d3cd" # unversioned \ # Note that Nimony uses Nim as a git submodule but we don't want to install # Nimony's dependency to Nim as we are Nim. So a `git clone` without --recursive # is **required** here.