Merge pull request #278896 from helsinki-systems/upd/matomo
matomo_5: Init at 5.0.2
This commit is contained in:
commit
a9134fc109
3 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -27252,6 +27252,7 @@ with pkgs;
|
|||
|
||||
inherit (callPackages ../servers/web-apps/matomo {})
|
||||
matomo
|
||||
matomo_5
|
||||
matomo-beta;
|
||||
|
||||
axis2 = callPackage ../servers/http/tomcat/axis2 { };
|
||||
|
|
Loading…
Reference in a new issue