diff --git a/koch.nim b/koch.nim index b42987cad21c..8b0819c64933 100644 --- a/koch.nim +++ b/koch.nim @@ -10,11 +10,13 @@ # const + # examples of possible values for repos: Head, ea82b54 NimbleStableCommit = "168416290e49023894fc26106799d6f1fc964a2d" # master - AtlasStableCommit = "#head" - # examples of possible values: #head, #ea82b54, 1.2.3 - FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014" + AtlasStableCommit = "Head" ChecksumsStableCommit = "b4c73320253f78e3a265aec6d9e8feb83f97c77b" + + # examples of possible values for fusion: #head, #ea82b54, 1.2.3 + FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014" HeadHash = "#head" when not defined(windows): const