mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
cassandra: use cassandra_4
This commit is contained in:
parent
56764a2e38
commit
0b757d681f
2 changed files with 3 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue