phpPackages.xdebug: update from 2.2.5 to 2.3.1 and enable tests

This commit is contained in:
Pascal Wittmann 2015-07-01 13:57:56 +02:00
parent a012ece2f9
commit db5d03c4f1

View File

@ -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 {