phpExtensions.yaml: 2.2.2 -> 2.2.3
This commit is contained in:
parent
c9e5e69390
commit
6098bec8da
1 changed files with 6 additions and 6 deletions
|
@ -3,17 +3,17 @@
|
||||||
buildPecl {
|
buildPecl {
|
||||||
pname = "yaml";
|
pname = "yaml";
|
||||||
|
|
||||||
version = "2.2.2";
|
version = "2.2.3";
|
||||||
sha256 = "sha256-EZBS8EYdV9hvRMJS+cmy3XQ0hscBwaCroK6+zdDYuCo=";
|
sha256 = "sha256-WTfrlyLd9tZGJnmc+gJFmP8kUuoVeZLk5nMxolP5AjY=";
|
||||||
|
|
||||||
configureFlags = [ "--with-yaml=${libyaml}" ];
|
configureFlags = [ "--with-yaml=${libyaml}" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "YAML-1.1 parser and emitter";
|
description = "YAML-1.1 parser and emitter";
|
||||||
license = licenses.mit;
|
license = lib.licenses.mit;
|
||||||
homepage = "https://bd808.com/pecl-file_formats-yaml/";
|
homepage = "https://github.com/php/pecl-file_formats-yaml";
|
||||||
maintainers = teams.php.members;
|
maintainers = lib.teams.php.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue