From 93cace160e8fb05cdefc4376d563baa1d3b64e69 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Mon, 12 Jun 2023 23:25:30 +0800 Subject: [PATCH] fix atlas nightlies regresion; fixes the hash value (#22080) --- koch.nim | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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