matomo: 5.8.0 -> 5.10.0

This commit is contained in:
R. Ryantm
2026-05-05 01:01:08 +00:00
parent 6da63062fb
commit e80bc26d4c
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "matomo";
version = "5.8.0";
version = "5.10.0";
src = fetchurl {
url = "https://builds.matomo.org/matomo-${finalAttrs.version}.tar.gz";
hash = "sha256-IMX15BVhwccLmooeULtLomYJmgl1E5CoiiBxDNkJzsY=";
hash = "sha256-i7nRQRY2gAzMQmRNGaksq4B516MsQuXQZbzlEUWEsQw=";
};
nativeBuildInputs = [ makeWrapper ];