matomo: 5.12.0 -> 5.13.0

No major or breaking changes. No manual steps needed during updates.

Changelog: https://matomo.org/changelog/matomo-5-13-0/
(cherry picked from commit 2e59d4eed8)
This commit is contained in:
Nina Fromm
2026-08-17 08:36:33 +02:00
committed by github-actions[bot]
parent b6eb40ca4c
commit cbf644fa47

View File

@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "matomo";
version = "5.12.0";
version = "5.13.0";
src = fetchurl {
url = "https://builds.matomo.org/matomo-${finalAttrs.version}.tar.gz";
hash = "sha256-yiQUXb9yGgJ8PFOL1tyXtXEmgCviaqCtN0DwxKcGZV0=";
hash = "sha256-KHf4zk2pPrjSAvEN9f0m3jmlekgc8KnZGvXY49vziPs=";
};
nativeBuildInputs = [ makeWrapper ];