phpPackages.xdebug: 2.7.1 -> 2.8.0

Required for php74 compatibility.
This commit is contained in:
Elis Hirwing 2019-11-21 22:39:42 +01:00
parent 83de83ad3e
commit 6dd3a70285
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -617,10 +617,10 @@ let
};
xdebug = buildPecl {
version = "2.7.1";
version = "2.8.0";
pname = "xdebug";
sha256 = "1hr4gy87a3gp682ggwp831xk1fxasil9wan8cxv23q3m752x3sdp";
sha256 = "0r62501fdp63zz81scz2x1pq3qzpjafya96g12j0jx7crdz127fb";
doCheck = true;
checkTarget = "test";