summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorgenotrance <dev@genotrance.com>2020-10-14 15:26:44 -0500
committerGitHub <noreply@github.com>2020-10-14 22:26:44 +0200
commita4c28394beab558a160671ab216e736b36276a94 (patch)
treea64f5845793526dc3e244e7bdc1ecc67e87fa689
parent644eb4dd5439b574f03b0d65db6d2b31b246a4be (diff)
downloadNim-a4c28394beab558a160671ab216e736b36276a94.tar.gz
Bump nimble (#15573)
-rw-r--r--koch.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim
index 398a14e23..7be35fed7 100644
--- a/koch.nim
+++ b/koch.nim
@@ -10,7 +10,7 @@
 #
 
 const
-  NimbleStableCommit = "5d9aed105b561d1e5117f958721307d23b94f858" # master
+  NimbleStableCommit = "8f7af860c5ce9634af880a7081c6435e1f2a5148" # master
   FusionStableCommit = "319aac4d43b04113831b529f8003e82f4af6a4a5"
 
 when not defined(windows):