Merge pull request #47307 from orivej/protobuf

protobuf3_6: init at 3.6.1
This commit is contained in:
Orivej Desh (NixOS)
2018-09-25 02:20:51 +00:00
committed by GitHub
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -11645,6 +11645,7 @@ with pkgs;
protobuf = protobuf3_4;
protobuf3_6 = callPackage ../development/libraries/protobuf/3.6.nix { };
protobuf3_5 = callPackage ../development/libraries/protobuf/3.5.nix { };
protobuf3_4 = callPackage ../development/libraries/protobuf/3.4.nix { };
protobuf3_1 = callPackage ../development/libraries/protobuf/3.1.nix { };