Merge pull request #95882 from marsam/update-protobuf

protobuf: 3.12.4 -> 3.13.0
This commit is contained in:
Frederik Rietdijk 2020-08-24 12:06:53 +02:00 committed by GitHub
commit 2de48c3533
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.13.0";
sha256 = "1nqsvi2yfr93kiwlinz8z7c68ilg1j75b2vcpzxzvripxx5h6xhd";
}

View File

@ -14638,8 +14638,9 @@ in
python = python37;
};
protobuf = protobuf3_12;
protobuf = protobuf3_13;
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 { };