From 02eb396f4590b1aeca8219094853f2c630ce470b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20M=20G=C3=B3mez?= Date: Sat, 10 Aug 2024 13:24:43 +0100 Subject: [PATCH] bump nimble to include the fix to `nimble dump` (#23918) (cherry picked from commit 6126a0bf46f4e29a368b8baefea69a2bcae54e93) --- koch.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koch.nim b/koch.nim index 71f74b78c9..3f5acb83fd 100644 --- a/koch.nim +++ b/koch.nim @@ -11,7 +11,7 @@ const # examples of possible values for repos: Head, ea82b54 - NimbleStableCommit = "54a85d47995963b510daf576fc12c2529c4f396f" # 0.16.0 + NimbleStableCommit = "db8245a994f4f7b162f11848d38d7d1862686954" # 0.16.0 (+1 fix in nimble dump) AtlasStableCommit = "5faec3e9a33afe99a7d22377dd1b45a5391f5504" ChecksumsStableCommit = "025bcca3915a1b9f19878cea12ad68f9884648fc" SatStableCommit = "faf1617f44d7632ee9601ebc13887644925dcc01"