protobuf: 3.13.0.1 -> 3.14.0

https://github.com/protocolbuffers/protobuf/releases/tag/v3.14.0
This commit is contained in:
Mario Rodas 2020-11-13 19:01:00 -05:00
parent 7e35db005f
commit 11453fa436
2 changed files with 8 additions and 1 deletions

View file

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

View file

@ -15145,8 +15145,9 @@ in
python = python37;
};
protobuf = protobuf3_13;
protobuf = protobuf3_14;
protobuf3_14 = callPackage ../development/libraries/protobuf/3.14.nix { };
protobuf3_13 = callPackage ../development/libraries/protobuf/3.13.nix { };
protobuf3_12 = callPackage ../development/libraries/protobuf/3.12.nix { };
protobuf3_11 = callPackage ../development/libraries/protobuf/3.11.nix { };