protobuf: default to protobuf3_6

This commit is contained in:
Orivej Desh 2018-09-25 04:00:44 +00:00
parent 5a12a5bd57
commit 616c30af9f

View file

@ -11648,7 +11648,7 @@ with pkgs;
postgis = callPackage ../development/libraries/postgis { };
protobuf = protobuf3_4;
protobuf = protobuf3_6;
protobuf3_6 = callPackage ../development/libraries/protobuf/3.6.nix { };
protobuf3_5 = callPackage ../development/libraries/protobuf/3.5.nix { };