protobuf: 3.7 -> 3.8

This is needed by newer versions of `tensorflow` and other ML tools, so we
should start working on an upgrade of the default versoin in the distribution.
This commit is contained in:
Benjamin Hipple 2020-05-05 18:26:06 -04:00
parent 211c4fb5b4
commit 665a260a7c

View File

@ -13969,7 +13969,7 @@ in
python = python37;
};
protobuf = protobuf3_7;
protobuf = protobuf3_8;
protobuf3_11 = callPackage ../development/libraries/protobuf/3.11.nix { };
protobuf3_10 = callPackage ../development/libraries/protobuf/3.10.nix { };