mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
11 lines
187 B
Nix
11 lines
187 B
Nix
{ buildPecl, lib }:
|
|
|
|
buildPecl {
|
|
pname = "ast";
|
|
|
|
version = "1.0.10";
|
|
sha256 = "13s5r1szd80g1mqickghdd38mvjkwss221322mmbrykcfgp4fs30";
|
|
|
|
meta.maintainers = lib.teams.php.members;
|
|
}
|