diff options
-rw-r--r-- | koch.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/koch.nim b/koch.nim index cd84830e2..f8e8980d2 100644 --- a/koch.nim +++ b/koch.nim @@ -12,9 +12,9 @@ const # examples of possible values for repos: Head, ea82b54 NimbleStableCommit = "39b61c5d85afffd53aa404ac9126419ae1bd8d67" # master - AtlasStableCommit = "7b780811a168f3f32bff4822369dda46a7f87f9a" + AtlasStableCommit = "5faec3e9a33afe99a7d22377dd1b45a5391f5504" ChecksumsStableCommit = "025bcca3915a1b9f19878cea12ad68f9884648fc" - SatStableCommit = "5faec3e9a33afe99a7d22377dd1b45a5391f5504" + SatStableCommit = "faf1617f44d7632ee9601ebc13887644925dcc01" # examples of possible values for fusion: #head, #ea82b54, 1.2.3 FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014" |