···29293030- [Clevis](https://github.com/latchset/clevis), a pluggable framework for automated decryption, used to unlock encrypted devices in initrd. Available as [boot.initrd.clevis.enable](#opt-boot.initrd.clevis.enable).
31313232+- [TuxClocker](https://github.com/Lurkki14/tuxclocker), a hardware control and monitoring program. Available as [programs.tuxclocker](#opt-programs.tuxclocker.enable).
3333+3234## Backward Incompatibilities {#sec-release-24.05-incompatibilities}
33353436<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
···2233stdenv.mkDerivation rec {
44 pname = "utf8cpp";
55- version = "3.2.5";
55+ version = "4.0.3";
6677 src = fetchFromGitHub {
88 owner = "nemtrif";
99 repo = "utfcpp";
1010 rev = "v${version}";
1111 fetchSubmodules = true;
1212- sha256 = "sha256-cWiGggn2GP25K/8eopvnFPq6iwcBteNI3i9Lo1Sr+ig=";
1212+ hash = "sha256-oUr476HMBYzX64x28Kcudw0B1BVqLUPVVdRzRe82AOc=";
1313 };
14141515- cmakeFlags = [
1616- "-DCMAKE_INSTALL_LIBDIR=lib"
1717- ];
1818-1915 nativeBuildInputs = [ cmake ];
2020-2121- # Tests fail on darwin, probably due to a bug in the test framework:
2222- # https://github.com/nemtrif/utfcpp/issues/84
2323- doCheck = !stdenv.isDarwin;
24162517 meta = with lib; {
2618 homepage = "https://github.com/nemtrif/utfcpp";
+1
pkgs/development/lua-modules/aliases.nix
···4242 lpty = throw "lpy was removed because broken and unmaintained "; # added 2023-10-14
4343 cyrussasl = throw "cyrussasl was removed because broken and unmaintained "; # added 2023-10-18
4444 nlua-nvim = throw "nlua-nvim was removed, use neodev-nvim instead"; # added 2023-12-16
4545+ nvim-client = throw "nvim-client was removed because it is now part of neovim"; # added 2023-12-17
4546}