nixos/castopod: pin to php 8.2

The package is pretty outdated, so I'm not sure if it'll work with PHP
8.3, let's keep it on 8.2 for now until the maintainers update it.
This commit is contained in:
Maximilian Bosch 2024-11-08 20:18:23 +01:00
parent 975e7e7c20
commit 52aad27d73
No known key found for this signature in database

View File

@ -6,7 +6,7 @@ let
user = "castopod";
# https://docs.castopod.org/getting-started/install.html#requirements
phpPackage = pkgs.php.withExtensions ({ enabled, all }: with all; [
phpPackage = pkgs.php82.withExtensions ({ enabled, all }: with all; [
intl
curl
mbstring