mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
nixos/mediawiki: move to php 8.2
There is breakage on PHP 8.1 since the last staging cycle.
This commit is contained in:
parent
79723dbb2a
commit
3a719e06c7
@ -19,7 +19,7 @@ let
|
||||
stateDir = "/var/lib/mediawiki";
|
||||
|
||||
# https://www.mediawiki.org/wiki/Compatibility
|
||||
php = pkgs.php81;
|
||||
php = pkgs.php82;
|
||||
|
||||
pkg = pkgs.stdenv.mkDerivation rec {
|
||||
pname = "mediawiki-full";
|
||||
|
Loading…
Reference in New Issue
Block a user