matomo: 5.3.1 -> 5.3.2 (#407307)

This commit is contained in:
Leona Maroni
2025-05-15 18:27:20 +02:00
committed by GitHub
+4 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "matomo";
version = "5.3.1";
version = "5.3.2";
src = fetchurl {
url = "https://builds.matomo.org/matomo-${finalAttrs.version}.tar.gz";
hash = "sha256-ynG5M21YQzGhII19kmJv0y5L3HIoEdf30dZA+nScuYA=";
hash = "sha256-rn5Lr2BSrGitI16MLlP91znSPm2Asd6j0qI8N+1c+Lo=";
};
nativeBuildInputs = [ makeWrapper ];
@@ -95,6 +95,8 @@ stdenv.mkDerivation (finalAttrs: {
extraArgs = [
"--url"
"https://github.com/matomo-org/matomo"
"--version-regex"
"^(\\d+\\.\\d+\\.\\d+)$"
];
};
tests = lib.optionalAttrs stdenv.hostPlatform.isLinux {