diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-08-17 22:48:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-17 16:48:46 +0200 |
commit | 0ffc0493a35fe1bcd8417a9d137318aa7f82eb98 (patch) | |
tree | 4dee89c3201d6bccf86bbb199e096eb421920aca | |
parent | 253fafb30500fb871404767c436fd4c081ffc854 (diff) | |
download | Nim-0ffc0493a35fe1bcd8417a9d137318aa7f82eb98.tar.gz |
bump checksums (#23975)
ref https://github.com/nim-lang/checksums/pull/16 ref https://github.com/nim-lang/Nim/pull/23970
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 34c5410ec..b3bcc4833 100644 --- a/koch.nim +++ b/koch.nim @@ -13,7 +13,7 @@ const # examples of possible values for repos: Head, ea82b54 NimbleStableCommit = "db8245a994f4f7b162f11848d38d7d1862686954" # 0.16.0 (+1 fix in nimble dump) AtlasStableCommit = "5faec3e9a33afe99a7d22377dd1b45a5391f5504" - ChecksumsStableCommit = "025bcca3915a1b9f19878cea12ad68f9884648fc" + ChecksumsStableCommit = "bd9bf4eaea124bf8d01e08f92ac1b14c6879d8d3" SatStableCommit = "faf1617f44d7632ee9601ebc13887644925dcc01" # examples of possible values for fusion: #head, #ea82b54, 1.2.3 |