about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorBenjamin Hipple <bhipple@protonmail.com>2020-05-05 18:26:06 -0400
committerBenjamin Hipple <bhipple@protonmail.com>2020-05-07 15:26:09 -0400
commit665a260a7ca60eafee6694ad230418a2c363fbb0 (patch)
tree43dd253775a7bbc57dcbc374a2e580fd48a2a9eb /pkgs/top-level/all-packages.nix
parent211c4fb5b4334423fd85269340adc9d5ccf59f73 (diff)
downloadnixlib-665a260a7ca60eafee6694ad230418a2c363fbb0.tar
nixlib-665a260a7ca60eafee6694ad230418a2c363fbb0.tar.gz
nixlib-665a260a7ca60eafee6694ad230418a2c363fbb0.tar.bz2
nixlib-665a260a7ca60eafee6694ad230418a2c363fbb0.tar.lz
nixlib-665a260a7ca60eafee6694ad230418a2c363fbb0.tar.xz
nixlib-665a260a7ca60eafee6694ad230418a2c363fbb0.tar.zst
nixlib-665a260a7ca60eafee6694ad230418a2c363fbb0.zip
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.
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index d7e349708e7c..92d23eb9cb4a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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 { };