Merge pull request #117869 from nek0/matomo_4_2_1

matomo: 3.14.1 -> 4.2.1
This commit is contained in:
Sandro 2021-04-12 16:47:10 +02:00 committed by GitHub
commit 0cdd2d69e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,16 +3,16 @@
let
versions = {
matomo = {
version = "3.14.1";
sha256 = "0gp6v797118z703nh0p77zvsizvdg0c2jkn26996d4sqw5pa78v3";
version = "4.2.1";
sha256 = "d3ea7572c5b42f2636da89b9c15dd7ae16da1d06dab0cea2ed93304a960277ac";
};
matomo-beta = {
version = "3.14.1";
version = "4.2.1";
# `beta` examples: "b1", "rc1", null
# TOOD when updating: use null if stable version is >= latest beta or release candidate
beta = null;
sha256 = "0gp6v797118z703nh0p77zvsizvdg0c2jkn26996d4sqw5pa78v3";
sha256 = "d3ea7572c5b42f2636da89b9c15dd7ae16da1d06dab0cea2ed93304a960277ac";
};
};
common = pname: { version, sha256, beta ? null }: