Skip to content

Commit d790112

Browse files
authored
update nimble (#22814)
Issues like nim-lang/nimble#1149 keep popping up. One way or another, we should alleviate the pain. Finally, we should consider nim-lang/nimble#1141 (comment) 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.
1 parent 68ba45c commit d790112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

koch.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
const
1313
# examples of possible values for repos: Head, ea82b54
14-
NimbleStableCommit = "168416290e49023894fc26106799d6f1fc964a2d" # master
14+
NimbleStableCommit = "603e329442059947d63e4c1b2ef5294f1f544485" # master
1515
AtlasStableCommit = "7b780811a168f3f32bff4822369dda46a7f87f9a"
1616
ChecksumsStableCommit = "025bcca3915a1b9f19878cea12ad68f9884648fc"
1717

0 commit comments

Comments
 (0)