Skip to content

Commit

Permalink
Merge pull request NixOS#258207 from aaronjheng/cassandra
Browse files Browse the repository at this point in the history
cassandra: use cassandra_4
  • Loading branch information
marsam authored Oct 31, 2023
2 parents 562782d + 0b757d6 commit af21110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-2311.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26227,7 +26227,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 { };

Expand Down

0 comments on commit af21110

Please sign in to comment.