We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e545681 + 976ec24 commit 8bfc092Copy full SHA for 8bfc092
pkgs/servers/web-apps/matomo/default.nix
@@ -10,15 +10,15 @@
10
let
11
versions = {
12
matomo = {
13
- version = "5.2.0";
14
- hash = "sha256-0hMbcvntoOWFJ00DytkFfcP7/giqtrhmxawVNzMP2KA=";
+ version = "5.2.1";
+ hash = "sha256-5glMwwIG0Uo8bu904u40FUa+yaUlrQe1nUCkv9/ATks=";
15
};
16
matomo-beta = {
17
18
# `beta` examples: "b1", "rc1", null
19
# when updating: use null if stable version is >= latest beta or release candidate
20
beta = null;
21
22
23
24
common =
0 commit comments