mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
phpPackages.xdebug: update from 2.2.5 to 2.3.1 and enable tests
This commit is contained in:
parent
a012ece2f9
commit
db5d03c4f1
1 changed files with 5 additions and 2 deletions
|
@ -28,9 +28,12 @@ let self = with self; {
|
|||
};
|
||||
|
||||
xdebug = buildPecl {
|
||||
name = "xdebug-2.2.5";
|
||||
name = "xdebug-2.3.1";
|
||||
|
||||
sha256 = "0vss35da615709kdvqji8pblckfvmabmj2njjjz6h8zzvj9gximd";
|
||||
sha256 = "0k567i6w7cw14m13s7ip0946pvy5ii16cjwjcinnviw9c24na0xm";
|
||||
|
||||
doCheck = true;
|
||||
checkTarget = "test";
|
||||
};
|
||||
|
||||
zendopcache = buildPecl {
|
||||
|
|
Loading…
Reference in a new issue