···835835 </listitem>
836836 <listitem>
837837 <para>
838838+ <literal>cassandra_2_1</literal> and
839839+ <literal>cassandra_2_2</literal> have been removed. Please
840840+ update to <literal>cassandra_3_11</literal> or
841841+ <literal>cassandra_3_0</literal>. See the
842842+ <link xlink:href="https://github.com/apache/cassandra/blob/cassandra-3.11.14/NEWS.txt">changelog</link>
843843+ for more information about the upgrade process.
844844+ </para>
845845+ </listitem>
846846+ <listitem>
847847+ <para>
838848 <literal>mysql57</literal> has been removed. Please update to
839849 <literal>mysql80</literal> or <literal>mariadb</literal>. See
840850 the
+2
nixos/doc/manual/release-notes/rl-2211.section.md
···261261262262- `k3s` no longer supports docker as runtime due to upstream dropping support.
263263264264+- `cassandra_2_1` and `cassandra_2_2` have been removed. Please update to `cassandra_3_11` or `cassandra_3_0`. See the [changelog](https://github.com/apache/cassandra/blob/cassandra-3.11.14/NEWS.txt) for more information about the upgrade process.
265265+264266- `mysql57` has been removed. Please update to `mysql80` or `mariadb`. See the [upgrade guide](https://mariadb.com/kb/en/upgrading-from-mysql-to-mariadb/) for more information.
265267266268- Consequently, `cqrlog` and `amorok` now use `mariadb` instead of `mysql57` for their embedded databases. Running `mysql_upgrade` may be neccesary.
···11-{ callPackage, ... } @ args:
22-33-callPackage ./generic.nix (
44- args
55- // builtins.fromJSON (builtins.readFile ./2.2.json)
66- // {
77- generation = "2_2";
88- extraMeta.knownVulnerabilities = [
99- # Fixed in 3.* but 2.* hasn't been released since
1010- "CVE-2020-17516"
1111- ];
1212- })
+2
pkgs/top-level/aliases.nix
···173173 cargo-download = throw "cargo-download has been removed from nixpkgs as it is unmaintained, use cargo-clone instead"; # Added 2022-10-11
174174 cargo-tree = throw "cargo-tree has been removed, use the builtin `cargo tree` command instead"; # Added 2020-08-20
175175 casperjs = throw "casperjs has been removed, it was abandoned by upstream and broken";
176176+ cassandra_2_1 = throw "cassandra_2_1 has been removed, please use cassandra_3_11 instead"; # Added 2022-10-29
177177+ cassandra_2_2 = throw "cassandra_2_2 has been removed, please use cassandra_3_11 instead"; # Added 2022-10-29
176178 catfish = xfce.catfish; # Added 2019-12-22
177179 ccnet = throw "ccnet has been removed because seafile does not depend on it anymore"; # Added 2021-03-25
178180 cde-gtk-theme = throw "cde-gtk-theme has been removed from nixpkgs as it shipped with python2 scripts that didn't work anymore"; # Added 2022-01-12