phpfpm: use latest php

This commit is contained in:
Luca Bruno 2015-07-17 18:09:50 +02:00
parent 5ec54be235
commit 883517f37c

View File

@ -36,7 +36,7 @@ in {
};
phpPackage = mkOption {
default = pkgs.php54;
default = pkgs.php;
description = ''
The PHP package to use for running the FPM service.
'';