librenms: switch to php 8.4 (#410125)

This commit is contained in:
Jenny 2025-06-03 14:37:24 +02:00 committed by GitHub
commit 5d840ddf3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
lib,
fetchFromGitHub,
unixtools,
php82,
php,
python3,
makeWrapper,
nixosTests,
@ -23,7 +23,7 @@
}:
let
phpPackage = php82.withExtensions ({ enabled, all }: enabled ++ [ all.memcached ]);
phpPackage = php.withExtensions ({ enabled, all }: enabled ++ [ all.memcached ]);
in
phpPackage.buildComposerProject2 rec {
pname = "librenms";