···158159- `virtualisation.azure.agent` option provided by `azure-agent.nix` is replaced by `services.waagent`, and will be removed in a future release.
16000161- `containerd` has been updated to v2, which contains breaking changes. See the [containerd
162 2.0](https://github.com/containerd/containerd/blob/main/docs/containerd-2.0.md) documentation for more
163 details.
···158159- `virtualisation.azure.agent` option provided by `azure-agent.nix` is replaced by `services.waagent`, and will be removed in a future release.
160161+- `matomo` now defaults to version 5 (previously available as `matomo_5`). Version 4 has been removed as it reached EOL on December 19, 2024.
162+163- `containerd` has been updated to v2, which contains breaking changes. See the [containerd
164 2.0](https://github.com/containerd/containerd/blob/main/docs/containerd-2.0.md) documentation for more
165 details.
···10let
11 versions = {
12 matomo = {
13- version = "4.16.1";
14- hash = "sha256-cGnsxfpvt7FyhxFcA2/gWWe7CyanVGZVKtCDES3XLdI=";
15- };
16- matomo_5 = {
17- version = "5.1.2";
18- hash = "sha256-6kR6OOyqwQfV+pRqHO+VMLM1eZQb0om65EilAnIlW9U=";
19 };
20 matomo-beta = {
21 version = "5.2.0";
22 # `beta` examples: "b1", "rc1", null
23 # when updating: use null if stable version is >= latest beta or release candidate
24- beta = "rc1";
25- hash = "sha256-heAd01p8QHkrxQY2MEf//YXNplgL19Opw/WhA2cwZ+c=";
26 };
27 };
28 common =
···53 ./make-localhost-default-database-host.patch
54 # This changes the default config for path.geoip2 so that it doesn't point
55 # to the nix store.
56- (
57- if lib.versionOlder finalAttrs.version "5.0" then
58- ./change-path-geoip2-4.x.patch
59- else
60- ./change-path-geoip2-5.x.patch
61- )
62 ];
6364 # this bootstrap.php adds support for getting PIWIK_USER_PATH
···10let
11 versions = {
12 matomo = {
13+ version = "5.2.0";
14+ hash = "sha256-0hMbcvntoOWFJ00DytkFfcP7/giqtrhmxawVNzMP2KA=";
000015 };
16 matomo-beta = {
17 version = "5.2.0";
18 # `beta` examples: "b1", "rc1", null
19 # when updating: use null if stable version is >= latest beta or release candidate
20+ beta = null;
21+ hash = "sha256-0hMbcvntoOWFJ00DytkFfcP7/giqtrhmxawVNzMP2KA=";
22 };
23 };
24 common =
···49 ./make-localhost-default-database-host.patch
50 # This changes the default config for path.geoip2 so that it doesn't point
51 # to the nix store.
52+ ./change-path-geoip2-5.x.patch
0000053 ];
5455 # this bootstrap.php adds support for getting PIWIK_USER_PATH
+1
pkgs/top-level/aliases.nix
···802 mathematica9 = throw "mathematica9 has been removed as it was obsolete, broken, and depended on OpenCV 2"; # Added 2024-08-20
803 mathematica10 = throw "mathematica10 has been removed as it was obsolete, broken, and depended on OpenCV 2"; # Added 2024-08-20
804 mathematica11 = throw "mathematica11 has been removed as it was obsolete, broken, and depended on OpenCV 2"; # Added 2024-08-20
0805 matrique = throw "'matrique' has been renamed to/replaced by 'spectral'"; # Converted to throw 2024-10-17
806 matrix-sliding-sync = throw "matrix-sliding-sync has been removed as matrix-synapse 114.0 and later covers its functionality"; # Added 2024-10-20
807 maui-nota = libsForQt5.mauiPackages.nota; # added 2022-05-17
···802 mathematica9 = throw "mathematica9 has been removed as it was obsolete, broken, and depended on OpenCV 2"; # Added 2024-08-20
803 mathematica10 = throw "mathematica10 has been removed as it was obsolete, broken, and depended on OpenCV 2"; # Added 2024-08-20
804 mathematica11 = throw "mathematica11 has been removed as it was obsolete, broken, and depended on OpenCV 2"; # Added 2024-08-20
805+ matomo_5 = matomo; # Added 2024-12-12
806 matrique = throw "'matrique' has been renamed to/replaced by 'spectral'"; # Converted to throw 2024-10-17
807 matrix-sliding-sync = throw "matrix-sliding-sync has been removed as matrix-synapse 114.0 and later covers its functionality"; # Added 2024-10-20
808 maui-nota = libsForQt5.mauiPackages.nota; # added 2022-05-17