phpPackages.xdebug: 2.4.0RC3 -> 2.5.0

fixes #23098
This commit is contained in:
Robin Gloster 2017-02-23 18:49:49 +01:00
parent d508ef88f7
commit b707552b5b
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -85,7 +85,7 @@ let
buildInputs = [ pkgs.spidermonkey_1_8_5 ];
};
xdebug = if isPhp7 then xdebug24 else xdebug23;
xdebug = if isPhp7 then xdebug25 else xdebug23;
xdebug23 = assert !isPhp7; buildPecl {
name = "xdebug-2.3.1";
@ -96,10 +96,10 @@ let
checkTarget = "test";
};
xdebug24 = buildPecl {
name = "xdebug-2.4.0RC3";
xdebug25 = buildPecl {
name = "xdebug-2.5.0";
sha256 = "06ppsihw4cl8kxmywvic6wsm4ps9pvsns2vbab9ivrfyp8b6h5dy";
sha256 = "03c9y25a3gc3kpav0cdgmhjixcaly6974hx7wgihi0wlchgavmlb";
doCheck = true;
checkTarget = "test";