protobuf: protobuf3_5 -> protobuf3_4

This commit is contained in:
volth
2018-02-24 02:10:32 +00:00
committed by GitHub
parent 4bbd6900f8
commit ccbd01f9d4
+1 -1
View File
@@ -10769,7 +10769,7 @@ with pkgs;
postgis = callPackage ../development/libraries/postgis { };
protobuf = protobuf3_5;
protobuf = protobuf3_4;
protobuf3_5 = callPackage ../development/libraries/protobuf/3.5.nix { };
protobuf3_4 = callPackage ../development/libraries/protobuf/3.4.nix { };