Skip to content

Commit 8bfc092

Browse files
authored
matomo: 5.2.0 -> 5.2.1 (NixOS#366895)
2 parents e545681 + 976ec24 commit 8bfc092

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/servers/web-apps/matomo/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
let
1111
versions = {
1212
matomo = {
13-
version = "5.2.0";
14-
hash = "sha256-0hMbcvntoOWFJ00DytkFfcP7/giqtrhmxawVNzMP2KA=";
13+
version = "5.2.1";
14+
hash = "sha256-5glMwwIG0Uo8bu904u40FUa+yaUlrQe1nUCkv9/ATks=";
1515
};
1616
matomo-beta = {
17-
version = "5.2.0";
17+
version = "5.2.1";
1818
# `beta` examples: "b1", "rc1", null
1919
# when updating: use null if stable version is >= latest beta or release candidate
2020
beta = null;
21-
hash = "sha256-0hMbcvntoOWFJ00DytkFfcP7/giqtrhmxawVNzMP2KA=";
21+
hash = "sha256-5glMwwIG0Uo8bu904u40FUa+yaUlrQe1nUCkv9/ATks=";
2222
};
2323
};
2424
common =

0 commit comments

Comments
 (0)