diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-05-04 23:40:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 17:40:37 +0200 |
commit | 62f1ad54aef29979f595b0438ae821a23151e1cf (patch) | |
tree | 0d607966417dc2687e48079114e44b7903d9f88c /koch.nim | |
parent | 79ac242c7206b71ff1ea8ea8d1e499c610a1403f (diff) | |
download | Nim-62f1ad54aef29979f595b0438ae821a23151e1cf.tar.gz |
build documentation for `checksums/md5` and `checksums/sha1` (#21791)
* build documentation for md5 and sha1 * fixes documentation reference
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 79ca54c81..b6788e6d0 100644 --- a/koch.nim +++ b/koch.nim @@ -13,7 +13,7 @@ const NimbleStableCommit = "168416290e49023894fc26106799d6f1fc964a2d" # master # examples of possible values: #head, #ea82b54, 1.2.3 FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014" - ChecksumsStableCommit = "3fa15df7d27ecef624ed932d60f63d6a8949618d" + ChecksumsStableCommit = "b4c73320253f78e3a265aec6d9e8feb83f97c77b" HeadHash = "#head" when not defined(windows): const |