matomo_5: Init at 5.0.2

This commit is contained in:
Max Hausch 2024-01-11 08:33:36 +01:00
parent 26c6b9f539
commit 7e2ab60bc5
No known key found for this signature in database
3 changed files with 9 additions and 0 deletions

View File

@ -47,4 +47,8 @@ in {
name = "matomo-beta";
meta.maintainers = with maintainers; [ florianjacob kiwi mmilata twey boozedog ];
};
matomo_5 = matomoTest pkgs.matomo_5 // {
name = "matomo-5";
meta.maintainers = with maintainers; [ florianjacob kiwi mmilata twey boozedog ] ++ lib.teams.flyingcircus.members;
};
}

View File

@ -6,6 +6,10 @@ let
version = "4.16.0";
hash = "sha256-OFZT4195WTWw2XNAyGiNixW6hSNKC3IyBpa5kM9PCVk=";
};
matomo_5 = {
version = "5.0.2";
hash = "sha256-rLAShJLtzd3HB1Je+P+i8GKWdeklyC2sTnmPR07Md+8=";
};
matomo-beta = {
version = "5.0.0";
# `beta` examples: "b1", "rc1", null

View File

@ -27428,6 +27428,7 @@ with pkgs;
inherit (callPackages ../servers/web-apps/matomo {})
matomo
matomo_5
matomo-beta;
axis2 = callPackage ../servers/http/tomcat/axis2 { };