nix/os/devices/vmd32387.contaboserver.net: update to NixOS 20.03
This commit is contained in:
parent
0ea2593e9c
commit
ebe3167f5b
5 changed files with 43 additions and 23 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue