From 6098bec8da3cd7dec38bd14c5bd4af67c7d17fcf Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Fri, 30 Jun 2023 08:16:52 +0200 Subject: phpExtensions.yaml: 2.2.2 -> 2.2.3 --- pkgs/development/php-packages/yaml/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pkgs/development/php-packages/yaml') diff --git a/pkgs/development/php-packages/yaml/default.nix b/pkgs/development/php-packages/yaml/default.nix index 3a385e8f9bbff..52066e9d2bfe3 100644 --- a/pkgs/development/php-packages/yaml/default.nix +++ b/pkgs/development/php-packages/yaml/default.nix @@ -3,17 +3,17 @@ buildPecl { pname = "yaml"; - version = "2.2.2"; - sha256 = "sha256-EZBS8EYdV9hvRMJS+cmy3XQ0hscBwaCroK6+zdDYuCo="; + version = "2.2.3"; + sha256 = "sha256-WTfrlyLd9tZGJnmc+gJFmP8kUuoVeZLk5nMxolP5AjY="; configureFlags = [ "--with-yaml=${libyaml}" ]; nativeBuildInputs = [ pkg-config ]; - meta = with lib; { + meta = { description = "YAML-1.1 parser and emitter"; - license = licenses.mit; - homepage = "https://bd808.com/pecl-file_formats-yaml/"; - maintainers = teams.php.members; + license = lib.licenses.mit; + homepage = "https://github.com/php/pecl-file_formats-yaml"; + maintainers = lib.teams.php.members; }; } -- cgit 1.4.1