protobuf3_8: init at 3.8.0

This commit is contained in:
Mario Rodas 2019-06-28 01:26:08 -05:00
parent 76458054b8
commit 29c6947868
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -12732,6 +12732,7 @@ in
protobuf = protobuf3_7;
protobuf3_8 = callPackage ../development/libraries/protobuf/3.8.nix { };
protobuf3_7 = callPackage ../development/libraries/protobuf/3.7.nix { };
protobuf3_6 = callPackage ../development/libraries/protobuf/3.6.nix { };
protobuf3_1 = callPackage ../development/libraries/protobuf/3.1.nix { };