engelsystem: Upgrade to PHP 8.1

This commit is contained in:
Elis Hirwing 2022-05-25 18:54:21 +02:00
parent 8c28c83800
commit fa4acb7659
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
let
phpExt = php.withExtensions
({ enabled, all }: with all; [ json filter mysqlnd mysqli pdo pdo_mysql ]);
({ enabled, all }: with all; [ filter mysqlnd mysqli pdo pdo_mysql ]);
in stdenv.mkDerivation rec {
pname = "engelsystem";
version = "3.1.0";

View file

@ -21713,7 +21713,7 @@ with pkgs;
dspam = callPackage ../servers/mail/dspam { };
engelsystem = callPackage ../servers/web-apps/engelsystem { php = php74; };
engelsystem = callPackage ../servers/web-apps/engelsystem { php = php81; };
envoy = callPackage ../servers/http/envoy {
jdk = openjdk11_headless;