Skip to content

Commit

Permalink
matomo: allow insecure version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
osnyx committed Dec 27, 2024
1 parent 3782d1f commit d9e9a9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
### NixOS XX.XX platform

- Update nixpkgs from ff898be476375d3673334608f5a41efd9805258a to cc1f352acc315c2b36e5056055c026bfe3dd23cb
- matomo: continue to allow usage of matomo-4.x
- The version is end-of-life now and has been marked as insecure by NixOS upstream. We continue to allow its usage during the 24.05 release cycle, but nonetheless recommend you to upgrade to matomo-5.x
1 change: 1 addition & 0 deletions nixpkgs-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"docker-24.0.9" # Old installs still use storage driver removed in 25.x.
"jitsi-meet-1.0.7952" # insecure libolm but this only affects optional e2ee which we don't really support.
"discourse-3.2.5" # currently not regularly updated in nixpkgs as upstream keeps changing build system in minor versions
"matomo-4.16.1" # EOL as of 2024-12
];
}

0 comments on commit d9e9a9c

Please sign in to comment.