phpPackages.protobuf: 3.11.1 -> 3.11.2

This commit is contained in:
Johannes Schleifenbaum 2019-12-18 09:39:34 +01:00
parent 2e3d5051b0
commit b2d353737f
No known key found for this signature in database
GPG Key ID: 059093B1A278BCD0

View File

@ -507,10 +507,10 @@ let
};
protobuf = buildPecl {
version = "3.11.1";
version = "3.11.2";
pname = "protobuf";
sha256 = "1dv2hln2rifjlljry4b7qqx3gx68fm0a6nf66sh4ls2p9if1jzp2";
sha256 = "0bhdykdyk58ywqj940zb7jyvrlgdr6hdb4s8kn79fz3p0i79l9hz";
buildInputs = with pkgs; [ (if isPhp73 then pcre2 else pcre) ];
@ -520,7 +520,6 @@ let
'';
license = licenses.bsd3;
homepage = "https://developers.google.com/protocol-buffers/";
broken = isPhp74; # Build error
};
};