File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
const
13
13
# examples of possible values for repos: Head, ea82b54
14
- NimbleStableCommit = " 39b61c5d85afffd53aa404ac9126419ae1bd8d67 " # master
14
+ NimbleStableCommit = " f8bd7b5fa6ea7a583b411b5959b06e6b5eb23667 " # master
15
15
AtlasStableCommit = " 5faec3e9a33afe99a7d22377dd1b45a5391f5504"
16
16
ChecksumsStableCommit = " 025bcca3915a1b9f19878cea12ad68f9884648fc"
17
17
SatStableCommit = " faf1617f44d7632ee9601ebc13887644925dcc01"
@@ -160,6 +160,8 @@ proc bundleNimbleExe(latest: bool, args: string) =
160
160
commit = commit, allowBundled = true )
161
161
cloneDependency(distDir / " nimble" / distDir, " https://github.com/nim-lang/checksums.git" ,
162
162
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 )
163
165
# installer.ini expects it under $nim/bin
164
166
nimCompile(" dist/nimble/src/nimble.nim" ,
165
167
options = " -d:release -d:nimNimbleBootstrap --noNimblePath " & args)
You can’t perform that action at this time.
0 commit comments