hedgedoc: update postgres

This commit is contained in:
Sandro - 2023-01-06 21:09:14 +01:00
parent 193820e84f
commit ff9777fc19
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@
"DATABASE \"hedgedoc\"" = "ALL PRIVILEGES";
};
}];
package = pkgs.postgresql_14;
package = pkgs.postgresql_15;
upgrade.stopServices = [ "hedgedoc" ];
};
};