seeks: use protobuf 3.1

Still doesn't build, with the same error as before the protobufs update.

Fixes nixpkgs evaluation.
This commit is contained in:
Nikolay Amiantov 2017-09-09 16:23:40 +03:00
parent 6226fd05ba
commit 35c1e70dc8

View file

@ -16112,7 +16112,7 @@ with pkgs;
seafile-client = libsForQt5.callPackage ../applications/networking/seafile-client { };
seeks = callPackage ../tools/networking/p2p/seeks {
protobuf = protobuf2_5;
protobuf = protobuf3_1;
};
seg3d = callPackage ../applications/graphics/seg3d {