diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2023-06-27 14:12:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 14:12:21 +0200 |
commit | faa59b1e1f9b04149f77e34bdaba982d2724e7b4 (patch) | |
tree | 85fdabc2e9c70793fb41aa5a9aa3ec76f9ffc3d9 | |
parent | e422b3c8605f7668b89468ec3f67285bf42e5049 (diff) | |
download | Nim-faa59b1e1f9b04149f77e34bdaba982d2724e7b4.tar.gz |
Use pinned Atlas commit (#22169)
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 2fde9fbd1..a10e01dbb 100644 --- a/koch.nim +++ b/koch.nim @@ -12,7 +12,7 @@ const # examples of possible values for repos: Head, ea82b54 NimbleStableCommit = "168416290e49023894fc26106799d6f1fc964a2d" # master - AtlasStableCommit = "master" + AtlasStableCommit = "7b780811a168f3f32bff4822369dda46a7f87f9a" ChecksumsStableCommit = "b4c73320253f78e3a265aec6d9e8feb83f97c77b" # examples of possible values for fusion: #head, #ea82b54, 1.2.3 |