summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-10-12 03:06:25 +0800
committerGitHub <noreply@github.com>2023-10-11 21:06:25 +0200
commitd790112ea4600c847fed830171333fde308421a3 (patch)
treeb644563229196ce8c0b46ae44ffd78d53dd56b2b
parent68ba45cc04bedb5f39f7bff659065e137e86053d (diff)
downloadNim-d790112ea4600c847fed830171333fde308421a3.tar.gz
update nimble (#22814)
Issues like https://github.com/nim-lang/nimble/issues/1149 keep popping
up. One way or another, we should alleviate the pain.

Finally, we should consider
https://github.com/nim-lang/nimble/pull/1141#discussion_r1316829521 as
an option using some kind of cron script to update
https://nim-lang.org/nimble/packages.json. It's turning into a really
annoying problem.
-rw-r--r--koch.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim
index 571242a36..5fa2e8cfa 100644
--- a/koch.nim
+++ b/koch.nim
@@ -11,7 +11,7 @@
 
 const
   # examples of possible values for repos: Head, ea82b54
-  NimbleStableCommit = "168416290e49023894fc26106799d6f1fc964a2d" # master
+  NimbleStableCommit = "603e329442059947d63e4c1b2ef5294f1f544485" # master
   AtlasStableCommit = "7b780811a168f3f32bff4822369dda46a7f87f9a"
   ChecksumsStableCommit = "025bcca3915a1b9f19878cea12ad68f9884648fc"