Skip to content

Commit afa5c5a

Browse files
authored
Updates nimble (#23601)
1 parent d837d32 commit afa5c5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

koch.nim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
const
1313
# examples of possible values for repos: Head, ea82b54
14-
NimbleStableCommit = "39b61c5d85afffd53aa404ac9126419ae1bd8d67" # master
14+
NimbleStableCommit = "f8bd7b5fa6ea7a583b411b5959b06e6b5eb23667" # master
1515
AtlasStableCommit = "5faec3e9a33afe99a7d22377dd1b45a5391f5504"
1616
ChecksumsStableCommit = "025bcca3915a1b9f19878cea12ad68f9884648fc"
1717
SatStableCommit = "faf1617f44d7632ee9601ebc13887644925dcc01"
@@ -160,6 +160,8 @@ proc bundleNimbleExe(latest: bool, args: string) =
160160
commit = commit, allowBundled = true)
161161
cloneDependency(distDir / "nimble" / distDir, "https://github.com/nim-lang/checksums.git",
162162
commit = ChecksumsStableCommit, allowBundled = true) # or copy it from dist?
163+
cloneDependency(distDir / "nimble" / distDir, "https://github.com/nim-lang/sat.git",
164+
commit = SatStableCommit, allowBundled = true)
163165
# installer.ini expects it under $nim/bin
164166
nimCompile("dist/nimble/src/nimble.nim",
165167
options = "-d:release -d:nimNimbleBootstrap --noNimblePath " & args)

0 commit comments

Comments
 (0)