···158158159159- `virtualisation.azure.agent` option provided by `azure-agent.nix` is replaced by `services.waagent`, and will be removed in a future release.
160160161161+- `matomo` now defaults to version 5 (previously available as `matomo_5`). Version 4 has been removed as it reached EOL on December 19, 2024.
162162+161163- `containerd` has been updated to v2, which contains breaking changes. See the [containerd
162164 2.0](https://github.com/containerd/containerd/blob/main/docs/containerd-2.0.md) documentation for more
163165 details.
···1010let
1111 versions = {
1212 matomo = {
1313- version = "4.16.1";
1414- hash = "sha256-cGnsxfpvt7FyhxFcA2/gWWe7CyanVGZVKtCDES3XLdI=";
1515- };
1616- matomo_5 = {
1717- version = "5.1.2";
1818- hash = "sha256-6kR6OOyqwQfV+pRqHO+VMLM1eZQb0om65EilAnIlW9U=";
1313+ version = "5.2.0";
1414+ hash = "sha256-0hMbcvntoOWFJ00DytkFfcP7/giqtrhmxawVNzMP2KA=";
1915 };
2016 matomo-beta = {
2117 version = "5.2.0";
2218 # `beta` examples: "b1", "rc1", null
2319 # when updating: use null if stable version is >= latest beta or release candidate
2424- beta = "rc1";
2525- hash = "sha256-heAd01p8QHkrxQY2MEf//YXNplgL19Opw/WhA2cwZ+c=";
2020+ beta = null;
2121+ hash = "sha256-0hMbcvntoOWFJ00DytkFfcP7/giqtrhmxawVNzMP2KA=";
2622 };
2723 };
2824 common =
···5349 ./make-localhost-default-database-host.patch
5450 # This changes the default config for path.geoip2 so that it doesn't point
5551 # to the nix store.
5656- (
5757- if lib.versionOlder finalAttrs.version "5.0" then
5858- ./change-path-geoip2-4.x.patch
5959- else
6060- ./change-path-geoip2-5.x.patch
6161- )
5252+ ./change-path-geoip2-5.x.patch
6253 ];
63546455 # this bootstrap.php adds support for getting PIWIK_USER_PATH
+1
pkgs/top-level/aliases.nix
···802802 mathematica9 = throw "mathematica9 has been removed as it was obsolete, broken, and depended on OpenCV 2"; # Added 2024-08-20
803803 mathematica10 = throw "mathematica10 has been removed as it was obsolete, broken, and depended on OpenCV 2"; # Added 2024-08-20
804804 mathematica11 = throw "mathematica11 has been removed as it was obsolete, broken, and depended on OpenCV 2"; # Added 2024-08-20
805805+ matomo_5 = matomo; # Added 2024-12-12
805806 matrique = throw "'matrique' has been renamed to/replaced by 'spectral'"; # Converted to throw 2024-10-17
806807 matrix-sliding-sync = throw "matrix-sliding-sync has been removed as matrix-synapse 114.0 and later covers its functionality"; # Added 2024-10-20
807808 maui-nota = libsForQt5.mauiPackages.nota; # added 2022-05-17