Merge pull request #274557 from flyingcircusio/matomo-4.16.0

matomo: 4.15.1 -> 4.16.0, matomo-beta: 5.0.0-rc3 -> 5.0.0-rc9
This commit is contained in:
Pascal Bach 2023-12-17 13:43:49 +01:00 committed by GitHub
commit 632226d87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,15 @@
let
versions = {
matomo = {
version = "4.15.1";
hash = "sha256-XnfiprGLqFQqPk30gcAVLdBZ3pYMSdBPfnicm7V1PSc=";
version = "4.16.0";
hash = "sha256-OFZT4195WTWw2XNAyGiNixW6hSNKC3IyBpa5kM9PCVk=";
};
matomo-beta = {
version = "5.0.0";
# `beta` examples: "b1", "rc1", null
# when updating: use null if stable version is >= latest beta or release candidate
beta = "rc3";
hash = "sha256-Q5GB4i0ew6+tr8Bsm9PYkzJ8U6DmVPwG2QCi8CTge5E=";
beta = "rc9";
hash = "sha256-OXxJCEXcrl6UXYh+jbNqLQGYphrSjxaOAZg3AZVPAqs=";
};
};
common = pname: { version, hash, beta ? null }: