···33333434- `conftest` since `0.60.0` has moved to use rego `v1` as default. To continue using `v0` use `--rego-version v0`. For more information about upgrading to Rego v1 syntax, see the [upstream docs](https://www.openpolicyagent.org/docs/latest/v0-upgrade/).
35353636+- `stalwart-mail` since `0.13.0` "introduces a significant redesign of the MTA’s delivery and queueing subsystem". See [the upgrading announcement for the `0.13.0` release](https://github.com/stalwartlabs/stalwart/blob/89b561b5ca1c5a11f2a768b4a2cfef0f473b7a01/UPGRADING.md#upgrading-from-v012x-and-v011x-to-v013x).
3737+3638- The `archipelago-minecraft` package was removed, as upstream no longer provides support for the Minecraft APWorld.
37393840- `tooling-language-server` has been renamed to `deputy` (both the package and binary), following the rename of the upstream project.
···14141515stdenv.mkDerivation (finalAttrs: {
1616 pname = "gnu-efi";
1717- version = "4.0.0";
1717+ version = "4.0.2";
18181919 src = fetchFromGitHub {
2020 owner = "ncroxon";
2121 repo = "gnu-efi";
2222 tag = finalAttrs.version;
2323- hash = "sha256-vVtJkAPe5tPDLAFZibnJRC7G7WtOg11JT5QipdO+FIk=";
2323+ hash = "sha256-oIj0aNY4xU5OcO69TTjh5FcWzzkFd6jbenwzVvTXjqo=";
2424 };
25252626 buildInputs = [ pciutils ];
···5151 license = with lib.licenses; [
5252 # This is a mess, upstream is aware.
5353 # The source for these is Fedora's SPDX identifier for this package.
5454- # Fedora also has gpl2Only here, but 4.0.0 doesn't have gpl2Only code.
5454+ # Fedora also has gpl2Only here, but 4.0.2 doesn't have gpl2Only code.
5555 # However, both upstream and Fedora seems to have missed
5656 # bsdAxisNoDisclaimerUnmodified and MIT.
5757 bsd2
···9393 // lib.optionalAttrs config.allowAliases {
9494 unite-shell = gnomeExtensions.unite; # added 2021-01-19
9595 arc-menu = gnomeExtensions.arcmenu; # added 2021-02-14
9696- disable-unredirect = gnomeExtensions.disable-unredirect-fullscreen-windows; # added 2021-11-20
97969897 icon-hider = throw "gnomeExtensions.icon-hider was removed on 2024-03-15. The extension has not received any updates since 2020/3.34.";
9998 nohotcorner = throw "gnomeExtensions.nohotcorner removed since 2019-10-09: Since 3.34, it is a part of GNOME Shell configurable through GNOME Tweaks.";
···3737 helvetic
3838 wasy
3939 courier
4040+ # FIXME: The following packages are used in the Doxygen table
4141+ # workaround, can be removed once
4242+ # https://github.com/doxygen/doxygen/issues/11634 is fixed, depending
4343+ # on what the fix is
4444+ tabularray
4545+ ninecolors
4646+ codehigh
4747+ catchfile
4848+ environ
4049 ]
4150 )
4251 );
···5867 rev = "rocm-${finalAttrs.version}";
5968 hash = "sha256-6itfBrWVspobU47aiJAOQoxT8chwrq9scRn0or3bXto=";
6069 };
7070+7171+ # FIXME: remove once https://github.com/doxygen/doxygen/issues/11634 is resolved
7272+ # Applies workaround based on what was suggested in
7373+ # https://github.com/doxygen/doxygen/issues/11634#issuecomment-3027000655,
7474+ # but rewritten to use the `tabularray` LaTeX package. Unfortunately,
7575+ # verbatim code snippets in the documentation are not formatted very nicely
7676+ # with this workaround.
7777+ postPatch = ''
7878+ substituteInPlace doc/Doxyfile.in --replace 'LATEX_EXTRA_STYLESHEET =' 'LATEX_EXTRA_STYLESHEET = ${./override_doxygen_tables.sty}'
7979+ '';
61806281 nativeBuildInputs = [
6382 cmake