nix/os/devices/vmd32387.contaboserver.net: update to NixOS 20.03

This commit is contained in:
steveej 2020-03-15 09:57:21 +01:00
parent 0ea2593e9c
commit ebe3167f5b
5 changed files with 43 additions and 23 deletions

View file

@ -48,7 +48,9 @@ in rec {
};
php56 = (pkgs.callPackages
"${nixpkgsWithPhp5}/pkgs/development/interpreters/php/default.nix" {})
"${nixpkgsWithPhp5}/pkgs/development/interpreters/php/default.nix" {
icu = pkgs.icu60;
})
.php56.overrideAttrs(drv: rec {
# See https://secure.php.net/ChangeLog-5.php
version = "5.6.40";