Merge: php: 8.3 -> 8.4 (#394112)

This commit is contained in:
Maximilian Bosch 2025-03-30 22:54:31 +02:00 committed by GitHub
commit 97d215cf17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -158,7 +158,7 @@ in
systemd.services.selfoss-update = {
serviceConfig = {
ExecStart = "${pkgs.php}/bin/php ${dataDir}/cliupdate.php";
ExecStart = "${pkgs.php83}/bin/php ${dataDir}/cliupdate.php";
User = "${cfg.user}";
};
startAt = "hourly";