mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
phpPackages.protobuf: 3.7.1 -> 3.8.0
This commit is contained in:
parent
d56f064e03
commit
6128cfac0e
@ -445,10 +445,10 @@ let
|
||||
};
|
||||
|
||||
protobuf = buildPecl rec {
|
||||
version = "3.7.1";
|
||||
version = "3.8.0";
|
||||
pname = "protobuf";
|
||||
|
||||
sha256 = "0fbf29851dpgjfdgi6i1dgy047dfiazm6qh943w22zbj35l7g2yc";
|
||||
sha256 = "09zs7w9iv6432i0js44ihxymbd4pcxlprlzqkcjsxjpbprs4qpv2";
|
||||
|
||||
buildInputs = with pkgs; [ (if isPhp73 then pcre2 else pcre) ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user