phpExtensions.yaml: 2.2.2 -> 2.2.3

This commit is contained in:
Pol Dellaiera 2023-06-30 08:16:52 +02:00
parent c9e5e69390
commit 6098bec8da
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

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