matomo: add version regex to update script

This commit is contained in:
Niklas Korz
2025-05-15 11:30:34 +02:00
parent 6ec6cd1caf
commit 9ad350c557
+2
View File
@@ -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 {