lol

phpExtensions.yaml: 2.2.2 -> 2.2.3

+6 -6
+6 -6
pkgs/development/php-packages/yaml/default.nix
··· 3 3 buildPecl { 4 4 pname = "yaml"; 5 5 6 - version = "2.2.2"; 7 - sha256 = "sha256-EZBS8EYdV9hvRMJS+cmy3XQ0hscBwaCroK6+zdDYuCo="; 6 + version = "2.2.3"; 7 + sha256 = "sha256-WTfrlyLd9tZGJnmc+gJFmP8kUuoVeZLk5nMxolP5AjY="; 8 8 9 9 configureFlags = [ "--with-yaml=${libyaml}" ]; 10 10 11 11 nativeBuildInputs = [ pkg-config ]; 12 12 13 - meta = with lib; { 13 + meta = { 14 14 description = "YAML-1.1 parser and emitter"; 15 - license = licenses.mit; 16 - homepage = "https://bd808.com/pecl-file_formats-yaml/"; 17 - maintainers = teams.php.members; 15 + license = lib.licenses.mit; 16 + homepage = "https://github.com/php/pecl-file_formats-yaml"; 17 + maintainers = lib.teams.php.members; 18 18 }; 19 19 }