Skip to content

Commit 9ad350c

Browse files
committed
matomo: add version regex to update script
1 parent 6ec6cd1 commit 9ad350c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/ma/matomo/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ stdenv.mkDerivation (finalAttrs: {
9595
extraArgs = [
9696
"--url"
9797
"https://github.com/matomo-org/matomo"
98+
"--version-regex"
99+
"^(\\d+\\.\\d+\\.\\d+)$"
98100
];
99101
};
100102
tests = lib.optionalAttrs stdenv.hostPlatform.isLinux {

0 commit comments

Comments
 (0)