forked from mirrors/nixpkgs
all-packages: use go 1.12 for tendermint
This commit is contained in:
parent
72a6ab4d5f
commit
b63b95f141
|
@ -20946,7 +20946,9 @@ in
|
|||
|
||||
telepathy-idle = callPackage ../applications/networking/instant-messengers/telepathy/idle {};
|
||||
|
||||
tendermint = callPackage ../tools/networking/tendermint {};
|
||||
tendermint = callPackage ../tools/networking/tendermint {
|
||||
buildGoModule = buildGo112Module;
|
||||
};
|
||||
|
||||
termdown = (newScope pythonPackages) ../applications/misc/termdown { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue