diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-02-02 13:12:30 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-02-02 17:35:04 +0100 |
commit | 274fafb2df9d433f59e5729ebc05200eeeca4e45 (patch) | |
tree | 8522a527a33507afc65dfb1a5c9ea297cb819821 /tools/niminst | |
parent | c671356d51488c96b4749a4d109b00d924e1f739 (diff) | |
download | Nim-274fafb2df9d433f59e5729ebc05200eeeca4e45.tar.gz |
fixes #6961
Diffstat (limited to 'tools/niminst')
-rw-r--r-- | tools/niminst/niminst.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/niminst/niminst.nim b/tools/niminst/niminst.nim index 9c15326b0..c2fe79087 100644 --- a/tools/niminst/niminst.nim +++ b/tools/niminst/niminst.nim @@ -15,7 +15,7 @@ when haveZipLib: import os, osproc, strutils, parseopt, parsecfg, strtabs, streams, debcreation, - securehash + sha1 const maxOS = 20 # max number of OSes |