mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
phpPackages.xdebug26: 2.6.0 -> 2.6.1 (#46205)
This commit is contained in:
parent
da63c86e3e
commit
9466627d36
1 changed files with 2 additions and 2 deletions
|
@ -198,9 +198,9 @@ let
|
|||
};
|
||||
|
||||
xdebug26 = assert isPhp7; buildPecl {
|
||||
name = "xdebug-2.6.0";
|
||||
name = "xdebug-2.6.1";
|
||||
|
||||
sha256 = "1p6b54ypi5lq4ka3pyy2gswdf1d5vjb9y8lp9fqcp3zn7g04q9mm";
|
||||
sha256 = "0xxxy6n4lv7ghi9liqx133yskg07lw316vhcds43n1sjq3b93rns";
|
||||
|
||||
doCheck = true;
|
||||
checkTarget = "test";
|
||||
|
|
Loading…
Reference in a new issue