protobuf3_16: init at 3.16.0

This commit is contained in:
Mario Rodas 2021-05-06 04:20:00 +00:00
parent bc99d48e05
commit 21ac8c9fa4
2 changed files with 7 additions and 0 deletions

View file

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

View file

@ -17137,6 +17137,7 @@ in
protobuf = protobuf3_15;
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 { };