forked from mirrors/nixpkgs
phpfpm: use latest php
This commit is contained in:
parent
5ec54be235
commit
883517f37c
|
@ -36,7 +36,7 @@ in {
|
|||
};
|
||||
|
||||
phpPackage = mkOption {
|
||||
default = pkgs.php54;
|
||||
default = pkgs.php;
|
||||
description = ''
|
||||
The PHP package to use for running the FPM service.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue