cassandra: use cassandra_4

This commit is contained in:
Aaron Jheng 2023-09-30 14:28:17 +00:00
parent 56764a2e38
commit 0b757d681f
No known key found for this signature in database
GPG key ID: F6A547A869D050A3
2 changed files with 3 additions and 1 deletions

View file

@ -38,6 +38,8 @@
true`. This is generally safe behavior, but for anyone needing to opt out from
the check `users.users.${USERNAME}.ignoreShellProgramCheck = true` will do the job.
- Cassandra now defaults to 4.x, updated from 3.11.x.
## New Services {#sec-release-23.11-new-services}
- [MCHPRS](https://github.com/MCHPR/MCHPRS), a multithreaded Minecraft server built for redstone. Available as [services.mchprs](#opt-services.mchprs.enable).

View file

@ -26225,7 +26225,7 @@ with pkgs;
jre = pkgs.jdk11_headless;
python = python3;
};
cassandra = cassandra_3_11;
cassandra = cassandra_4;
cassandra-cpp-driver = callPackage ../development/libraries/cassandra-cpp-driver/default.nix { };