protobuf3_12: init at 3.12.0

Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.0
This commit is contained in:
Mario Rodas 2020-05-16 04:20:00 -05:00
parent 9c25fd7f40
commit e534efaae8
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -14075,6 +14075,7 @@ in
protobuf = protobuf3_8;
protobuf3_12 = callPackage ../development/libraries/protobuf/3.12.nix { };
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 { };