matomo-beta: 5.0.0-rc3 -> 5.0.0-rc9

https://matomo.org/changelog/matomo-5-0-0-rc/
This commit is contained in:
Tobias Stenzel 2023-12-15 23:02:17 +01:00
parent 01eba3bcba
commit eccd30c5ee

View file

@ -10,8 +10,8 @@ let
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 }: