3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #75855 from jojosch/php-protobuf-3.11.2

phpPackages.protobuf: 3.11.1 -> 3.11.2
This commit is contained in:
Maximilian Bosch 2019-12-23 00:30:59 +01:00 committed by GitHub
commit c9b1927983
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
};
};