matomo: 5.2.0 -> 5.2.1 (#366895)

This commit is contained in:
Christian Kögler
2024-12-31 15:55:20 +01:00
committed by GitHub
+4 -4
View File
@@ -10,15 +10,15 @@
let
versions = {
matomo = {
version = "5.2.0";
hash = "sha256-0hMbcvntoOWFJ00DytkFfcP7/giqtrhmxawVNzMP2KA=";
version = "5.2.1";
hash = "sha256-5glMwwIG0Uo8bu904u40FUa+yaUlrQe1nUCkv9/ATks=";
};
matomo-beta = {
version = "5.2.0";
version = "5.2.1";
# `beta` examples: "b1", "rc1", null
# when updating: use null if stable version is >= latest beta or release candidate
beta = null;
hash = "sha256-0hMbcvntoOWFJ00DytkFfcP7/giqtrhmxawVNzMP2KA=";
hash = "sha256-5glMwwIG0Uo8bu904u40FUa+yaUlrQe1nUCkv9/ATks=";
};
};
common =