protobuf3_11: init at 3.11.0

Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.0
This commit is contained in:
Mario Rodas 2019-11-25 20:00:00 -05:00 committed by Jon
parent 57cf4eb83b
commit d8e24fc92e
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{ callPackage, ... }:
callPackage ./generic-v3.nix {
version = "3.11.0";
sha256 = "1b0kf02aw1yvpwdax3865057dzrlrdc7dgam05znwq8id5q76ckr";
}

View File

@ -13493,6 +13493,7 @@ in
protobuf = protobuf3_7;
protobuf3_11 = callPackage ../development/libraries/protobuf/3.11.nix { };
protobuf3_10 = callPackage ../development/libraries/protobuf/3.10.nix { };
protobuf3_9 = callPackage ../development/libraries/protobuf/3.9.nix { };
protobuf3_8 = callPackage ../development/libraries/protobuf/3.8.nix { };