Merge pull request #121973 from marsam/update-protobuf

protobuf: 3.15.7 -> 3.16.0
This commit is contained in:
Mario Rodas 2021-05-07 08:01:57 -05:00 committed by GitHub
commit e8f51f1e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -17167,8 +17167,9 @@ in
python = python37;
};
protobuf = protobuf3_15;
protobuf = protobuf3_16;
protobuf3_16 = callPackage ../development/libraries/protobuf/3.16.nix { };
protobuf3_15 = callPackage ../development/libraries/protobuf/3.15.nix { };
protobuf3_14 = callPackage ../development/libraries/protobuf/3.14.nix { };
protobuf3_13 = callPackage ../development/libraries/protobuf/3.13.nix { };