diff options
author | Juan M Gómez <info@jmgomez.me> | 2024-08-10 13:24:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-10 20:24:43 +0800 |
commit | 6126a0bf46f4e29a368b8baefea69a2bcae54e93 (patch) | |
tree | 25381ad9229db303ffe3b0cf7902ad740a3fa439 | |
parent | d76ea4f32374a7677b18f0d0f1c07195b0e64d11 (diff) | |
download | Nim-6126a0bf46f4e29a368b8baefea69a2bcae54e93.tar.gz |
bump nimble to include the fix to `nimble dump` (#23918)
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 3fd6d32e2..34c5410ec 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" |