Unverified Commit 0b757d68 authored by Aaron Jheng's avatar Aaron Jheng
Browse files

cassandra: use cassandra_4

parent 56764a2e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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).
+1 −1
Original line number Diff line number Diff line
@@ -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 { };