Revert mongodb-tools: use Go 1.4
Unneeded as it works fine with Go 1.5 now
This commit is contained in:
parent
43ea4b670c
commit
c5e2beab9f
1 changed files with 1 additions and 1 deletions
|
@ -948,7 +948,7 @@ let
|
|||
|
||||
mcrypt = callPackage ../tools/misc/mcrypt { };
|
||||
|
||||
mongodb-tools = go14Packages.mongo-tools;
|
||||
mongodb-tools = goPackages.mongo-tools;
|
||||
|
||||
mstflint = callPackage ../tools/misc/mstflint { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue