php: Upgrade from PHP 8.1 to 8.2 as default PHP

This commit is contained in:
Elis Hirwing 2023-06-23 21:37:16 +02:00
parent a2a7650c47
commit 3bb3859049
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
2 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,8 @@
- `php80` is no longer supported due to upstream not supporting this version anymore.
- PHP now defaults to PHP 8.2, updated from 8.1.
- `util-linux` is now supported on Darwin and is no longer an alias to `unixtools`. Use the `unixtools.util-linux` package for access to the Apple variants of the utilities.
- The `vlock` program from the `kbd` package has been moved into its own package output and should now be referenced explicitly as `kbd.vlock` or replaced with an alternative such as the standalone `vlock` package or `physlock`.

View File

@ -17310,7 +17310,7 @@ with pkgs;
# PHP interpreters, packages and extensions.
#
# Set default PHP interpreter, extensions and packages
php = php81;
php = php82;
phpExtensions = php.extensions;
phpPackages = php.packages;