tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
phpExtensions.yaml: 2.2.2 -> 2.2.3
Pol Dellaiera
2 years ago
6098bec8
c9e5e693
+6
-6
1 changed file
expand all
collapse all
unified
split
pkgs
development
php-packages
yaml
default.nix
+6
-6
pkgs/development/php-packages/yaml/default.nix
···
3
3
buildPecl {
4
4
pname = "yaml";
5
5
6
6
-
version = "2.2.2";
7
7
-
sha256 = "sha256-EZBS8EYdV9hvRMJS+cmy3XQ0hscBwaCroK6+zdDYuCo=";
6
6
+
version = "2.2.3";
7
7
+
sha256 = "sha256-WTfrlyLd9tZGJnmc+gJFmP8kUuoVeZLk5nMxolP5AjY=";
8
8
9
9
configureFlags = [ "--with-yaml=${libyaml}" ];
10
10
11
11
nativeBuildInputs = [ pkg-config ];
12
12
13
13
-
meta = with lib; {
13
13
+
meta = {
14
14
description = "YAML-1.1 parser and emitter";
15
15
-
license = licenses.mit;
16
16
-
homepage = "https://bd808.com/pecl-file_formats-yaml/";
17
17
-
maintainers = teams.php.members;
15
15
+
license = lib.licenses.mit;
16
16
+
homepage = "https://github.com/php/pecl-file_formats-yaml";
17
17
+
maintainers = lib.teams.php.members;
18
18
};
19
19
}