mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #258207 from aaronjheng/cassandra
cassandra: use cassandra_4
This commit is contained in:
commit
af211100e9
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
|
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.
|
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}
|
## 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).
|
- [MCHPRS](https://github.com/MCHPR/MCHPRS), a multithreaded Minecraft server built for redstone. Available as [services.mchprs](#opt-services.mchprs.enable).
|
||||||
|
|
|
@ -26227,7 +26227,7 @@ with pkgs;
|
||||||
jre = pkgs.jdk11_headless;
|
jre = pkgs.jdk11_headless;
|
||||||
python = python3;
|
python = python3;
|
||||||
};
|
};
|
||||||
cassandra = cassandra_3_11;
|
cassandra = cassandra_4;
|
||||||
|
|
||||||
cassandra-cpp-driver = callPackage ../development/libraries/cassandra-cpp-driver/default.nix { };
|
cassandra-cpp-driver = callPackage ../development/libraries/cassandra-cpp-driver/default.nix { };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue