diff options
author | Juan M Gómez <info@jmgomez.me> | 2024-06-29 09:44:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-29 10:44:18 +0200 |
commit | 9f74baa49d9e738b59b398cd3c46a3038bb45086 (patch) | |
tree | faec95fbceb705d1609cf83327698d1b8f7bf9af | |
parent | 56ed4e0bb95aa4e17f1bd262d12f10088b89f189 (diff) | |
download | Nim-9f74baa49d9e738b59b398cd3c46a3038bb45086.tar.gz |
Bumps nimble to entryPoints commit (#23766)
-rw-r--r-- | koch.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim index 089f8e1ab..d50903fa9 100644 --- a/koch.nim +++ b/koch.nim @@ -11,7 +11,7 @@ const # examples of possible values for repos: Head, ea82b54 - NimbleStableCommit = "f8bd7b5fa6ea7a583b411b5959b06e6b5eb23667" # master + NimbleStableCommit = "be2f1309b35a6189ff5eb34a007793e6d3f94157" # master AtlasStableCommit = "5faec3e9a33afe99a7d22377dd1b45a5391f5504" ChecksumsStableCommit = "025bcca3915a1b9f19878cea12ad68f9884648fc" SatStableCommit = "faf1617f44d7632ee9601ebc13887644925dcc01" |