diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-17 00:21:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 00:21:07 +0800 |
commit | 7fa983f5e6b5f52a20e477e2443c8fdede244290 (patch) | |
tree | c4467e5be934ba52ae6ccae51a762392c805ca50 | |
parent | 296e7f598e58430415369a34f83552915f57f3f5 (diff) | |
download | Nim-7fa983f5e6b5f52a20e477e2443c8fdede244290.tar.gz |
Nim now ships nimble with 0.14.1 version (#21120)
* Nimble now uses latest patch * Update koch.nim
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 84d0911ac..6b3d327f5 100644 --- a/koch.nim +++ b/koch.nim @@ -10,7 +10,7 @@ # const - NimbleStableCommit = "0777f33d1ddbd505b3aa7b714032125349323ceb" # master + NimbleStableCommit = "afd03bc000f4013c48f52381728327dabfccfc4c" # master # examples of possible values: #head, #ea82b54, 1.2.3 FusionStableHash = "#372ee4313827ef9f2ea388840f7d6b46c2b1b014" HeadHash = "#head" |