mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
phpExtensions.grpc: 1.50.0 -> 1.56.0
This commit is contained in:
parent
67ecd3fd9d
commit
0477cae528
@ -1,20 +1,23 @@
|
|||||||
{ buildPecl, zlib, lib }:
|
{ buildPecl
|
||||||
|
, zlib
|
||||||
|
, lib
|
||||||
|
}:
|
||||||
|
|
||||||
buildPecl {
|
buildPecl {
|
||||||
pname = "grpc";
|
pname = "grpc";
|
||||||
|
version = "1.56.0";
|
||||||
|
|
||||||
version = "1.50.0";
|
sha256 = "sha256-uzxYMUzExMBDtwv3FipOuuUHg0v1wqAUtn69jXAQnf4=";
|
||||||
sha256 = "sha256-Lgvrw1HZywfvHTaF88T5dtKXu/lGR5xeS+TsqqNQCSc=";
|
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkTarget = "test";
|
checkTarget = "test";
|
||||||
|
|
||||||
nativeBuildInputs = [ zlib ];
|
nativeBuildInputs = [ zlib ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.";
|
description = "A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.";
|
||||||
license = licenses.asl20;
|
|
||||||
homepage = "https://github.com/grpc/grpc/tree/master/src/php/ext/grpc";
|
homepage = "https://github.com/grpc/grpc/tree/master/src/php/ext/grpc";
|
||||||
maintainers = teams.php.members;
|
license = lib.licenses.asl20;
|
||||||
|
maintainers = lib.teams.php.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user