matomo: add version regex to update script
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user