From cbcf6c5be67ba42cc14d2b3d4143c148991b08b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20M=20G=C3=B3mez?= Date: Tue, 9 Jul 2024 05:03:24 +0100 Subject: [PATCH] Bumps nimble so the next Nim release includes the latest changes (#23808) (cherry picked from commit 14f86b3965bfe096b5fed81caa0cc1570f7e7fdf) --- koch.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koch.nim b/koch.nim index b927024b34d6..28da3b8f9c20 100644 --- a/koch.nim +++ b/koch.nim @@ -11,7 +11,7 @@ const # examples of possible values for repos: Head, ea82b54 - NimbleStableCommit = "be2f1309b35a6189ff5eb34a007793e6d3f94157" # master + NimbleStableCommit = "3b119f6fa135429a704f9c60f0b8944906398eea" # master AtlasStableCommit = "5faec3e9a33afe99a7d22377dd1b45a5391f5504" ChecksumsStableCommit = "025bcca3915a1b9f19878cea12ad68f9884648fc" SatStableCommit = "faf1617f44d7632ee9601ebc13887644925dcc01"