matomo: 5.10.0 -> 5.12.0

(cherry picked from commit 93c5137c1c)
This commit is contained in:
R. Ryantm
2026-07-14 04:45:08 +00:00
committed by github-actions[bot]
parent aaf0139014
commit 37d6a04f0e

View File

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