protobuf: default to 3.4

This commit is contained in:
Nikolay Amiantov
2017-09-05 18:11:41 +03:00
parent 721aba33b4
commit 6f7b62e038
11 changed files with 24 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, lib, fetchFromGitHub, pkgconfig, protobuf3_2, automake
{ stdenv, lib, fetchFromGitHub, pkgconfig, protobuf, automake
, autoreconfHook, zlib
, enableGrpc ? false
}:
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
protobuf3_2 zlib
protobuf zlib
];
meta = with lib; {