matomo-beta: 5.0.0-rc9 -> 5.2.0-rc1

This commit is contained in:
Niklas Korz
2024-12-09 17:49:26 +01:00
parent 00553f86fd
commit f41c166f01
+3 -3
View File
@@ -18,11 +18,11 @@ let
hash = "sha256-6kR6OOyqwQfV+pRqHO+VMLM1eZQb0om65EilAnIlW9U=";
};
matomo-beta = {
version = "5.0.0";
version = "5.2.0";
# `beta` examples: "b1", "rc1", null
# when updating: use null if stable version is >= latest beta or release candidate
beta = "rc9";
hash = "sha256-OXxJCEXcrl6UXYh+jbNqLQGYphrSjxaOAZg3AZVPAqs=";
beta = "rc1";
hash = "sha256-heAd01p8QHkrxQY2MEf//YXNplgL19Opw/WhA2cwZ+c=";
};
};
common =