protobuf: protobuf3_5 -> protobuf3_4
This commit is contained in:
parent
4bbd6900f8
commit
ccbd01f9d4
|
@ -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 { };
|
||||
|
|
Loading…
Reference in New Issue