nixos/mediawiki: move to php 8.2

There is breakage on PHP 8.1 since the last staging cycle.
This commit is contained in:
Martin Weinelt 2024-08-04 18:51:41 +02:00
parent 79723dbb2a
commit 3a719e06c7
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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";