Merge pull request #107410 from Ma27/bump-grocy

grocy: 2.7.1 -> 3.0.0
This commit is contained in:
Maximilian Bosch
2020-12-23 15:06:30 +01:00
committed by GitHub
4 changed files with 53 additions and 51 deletions
+3 -3
View File
@@ -115,9 +115,9 @@ in {
user = "grocy";
group = "nginx";
# PHP 7.3 is the only version which is supported/tested by upstream:
# https://github.com/grocy/grocy/blob/v2.6.0/README.md#how-to-install
phpPackage = pkgs.php73;
# PHP 7.4 is the only version which is supported/tested by upstream:
# https://github.com/grocy/grocy/blob/v3.0.0/README.md#how-to-install
phpPackage = pkgs.php74;
inherit (cfg.phpfpm) settings;