Skip to content

Commit aa9b65c

Browse files
authored
matomo: 5.3.1 -> 5.3.2 (#407307)
2 parents cafc510 + b850be1 commit aa9b65c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "matomo";
13-
version = "5.3.1";
13+
version = "5.3.2";
1414

1515
src = fetchurl {
1616
url = "https://builds.matomo.org/matomo-${finalAttrs.version}.tar.gz";
17-
hash = "sha256-ynG5M21YQzGhII19kmJv0y5L3HIoEdf30dZA+nScuYA=";
17+
hash = "sha256-rn5Lr2BSrGitI16MLlP91znSPm2Asd6j0qI8N+1c+Lo=";
1818
};
1919

2020
nativeBuildInputs = [ makeWrapper ];
@@ -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)