Merge pull request #278896 from helsinki-systems/upd/matomo

matomo_5: Init at 5.0.2
This commit is contained in:
0x4A6F 2024-02-23 09:38:19 +01:00 committed by GitHub
commit a9134fc109
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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

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