protobuf3_13: init at 3.13.0

https://github.com/protocolbuffers/protobuf/releases/tag/v3.13.0
This commit is contained in:
Mario Rodas 2020-08-19 23:20:00 -05:00
parent d7e7aaa9b6
commit 570fe856ff
2 changed files with 7 additions and 0 deletions

View File

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

View File

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