diff options
author | Juan M Gómez <info@jmgomez.me> | 2024-09-15 06:57:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-15 07:57:16 +0200 |
commit | 6c35a36043ae910a140831d5c97c8abbae23202b (patch) | |
tree | 14602c99298711918b7cb567dfca3813d629ade9 | |
parent | 4ff35585f867ec98b15dacfbdaa9065bb2e59c06 (diff) | |
download | Nim-6c35a36043ae910a140831d5c97c8abbae23202b.tar.gz |
bumps nimble to `0.16.1` (#24102)
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index b3bcc4833..072fdb8b1 100644 --- a/koch.nim +++ b/koch.nim @@ -11,7 +11,7 @@ const # examples of possible values for repos: Head, ea82b54 - NimbleStableCommit = "db8245a994f4f7b162f11848d38d7d1862686954" # 0.16.0 (+1 fix in nimble dump) + NimbleStableCommit = "4fb6f8e6c33963f6f510fe82d09ad2a61b5e4265" # 0.16.1 AtlasStableCommit = "5faec3e9a33afe99a7d22377dd1b45a5391f5504" ChecksumsStableCommit = "bd9bf4eaea124bf8d01e08f92ac1b14c6879d8d3" SatStableCommit = "faf1617f44d7632ee9601ebc13887644925dcc01" |