matomo: 5.5.2 -> 5.8.0

This commit is contained in:
R. Ryantm
2026-03-07 10:44:47 +00:00
parent 13691e43dc
commit 2830327217
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "matomo";
version = "5.5.2";
version = "5.8.0";
src = fetchurl {
url = "https://builds.matomo.org/matomo-${finalAttrs.version}.tar.gz";
hash = "sha256-1cUIKSrV5IgCdi3AvIxliJY0kWdaT+S+w8pEi2KoDjE=";
hash = "sha256-IMX15BVhwccLmooeULtLomYJmgl1E5CoiiBxDNkJzsY=";
};
nativeBuildInputs = [ makeWrapper ];