Unverified Commit 52aad27d authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

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.
parent 975e7e7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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