Merge pull request #305837 from Ma27/roundcube-php83

nixos/roundcube: use php 8.3

authored by Maximilian Bosch and committed by GitHub e8e9c5c3 ddb94dea

+1 -1
+1 -1
nixos/modules/services/mail/roundcube.nix
··· 7 7 fpm = config.services.phpfpm.pools.roundcube; 8 8 localDB = cfg.database.host == "localhost"; 9 9 user = cfg.database.username; 10 - phpWithPspell = pkgs.php81.withExtensions ({ enabled, all }: [ all.pspell ] ++ enabled); 10 + phpWithPspell = pkgs.php83.withExtensions ({ enabled, all }: [ all.pspell ] ++ enabled); 11 11 in 12 12 { 13 13 options.services.roundcube = {