diff --git a/koch.nim b/koch.nim index 0ea083fb26..ae1d6557c0 100644 --- a/koch.nim +++ b/koch.nim @@ -16,11 +16,11 @@ const ChecksumsStableCommit = "0b8e46379c5bc1bf73d8b3011908389c60fb9b98" # 2.0.1 SatStableCommit = "e63eaea8baf00bed8bcd5a29ffd8823abb265b39" - NimonyStableCommit = "750aa47f2139fe5ad69f04b44428b752011fe873" # unversioned \ + NimonyStableCommit = "fca0e938b04695a3aa4e85abcc976571189f2bd2" # 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. - # Commit from 2026-05-05 + # Commit from 2026-06-08 # examples of possible values for fusion: #head, #ea82b54, 1.2.3 FusionStableHash = "#562467452b32cb7a97410ea177f083e6d8405734"