0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/zammad: refactor package, module and nixos-test (#277456)

This commit is contained in:
Jenny 2024-11-25 19:45:58 +01:00 committed by GitHub
commit ac24b97156
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 70 additions and 110 deletions

View file

@ -30,6 +30,8 @@
- Support for CUDA 10 has been dropped, as announced in the 24.11 release notes.
- `zammad` has had its support for MySQL removed, since it was never working correctly and is now deprecated upstream. Check the [migration guide](https://docs.zammad.org/en/latest/appendix/migrate-to-postgresql.html) for how to convert your database to PostgreSQL.
- `kanata` was updated to v1.7.0, which introduces several breaking changes.
See the release notes of
[v1.7.0](https://github.com/jtroo/kanata/releases/tag/v1.7.0)