protobuf: default to protobuf3_6

This commit is contained in:
Orivej Desh
2018-09-25 17:45:35 +00:00
parent 5a12a5bd57
commit 616c30af9f
+1 -1
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 { };