about summary refs log tree commit diff
path: root/pkgs/servers/web-apps
diff options
context:
space:
mode:
authorTobias Stenzel <ts@flyingcircus.io>2023-12-15 23:02:17 +0100
committerTobias Stenzel <ts@flyingcircus.io>2023-12-15 23:04:19 +0100
commiteccd30c5ee9cd78ce8ae000724aaeccd6cbcc986 (patch)
tree1ce6d0a301f9e9a97cd0c9e3079a118582fd93a8 /pkgs/servers/web-apps
parent01eba3bcbaa9a60f4b9ed4a325ccd809dda668c6 (diff)
downloadnixlib-eccd30c5ee9cd78ce8ae000724aaeccd6cbcc986.tar
nixlib-eccd30c5ee9cd78ce8ae000724aaeccd6cbcc986.tar.gz
nixlib-eccd30c5ee9cd78ce8ae000724aaeccd6cbcc986.tar.bz2
nixlib-eccd30c5ee9cd78ce8ae000724aaeccd6cbcc986.tar.lz
nixlib-eccd30c5ee9cd78ce8ae000724aaeccd6cbcc986.tar.xz
nixlib-eccd30c5ee9cd78ce8ae000724aaeccd6cbcc986.tar.zst
nixlib-eccd30c5ee9cd78ce8ae000724aaeccd6cbcc986.zip
matomo-beta: 5.0.0-rc3 -> 5.0.0-rc9
https://matomo.org/changelog/matomo-5-0-0-rc/
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r--pkgs/servers/web-apps/matomo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/web-apps/matomo/default.nix b/pkgs/servers/web-apps/matomo/default.nix
index 96111df1f565..f4946809a6a9 100644
--- a/pkgs/servers/web-apps/matomo/default.nix
+++ b/pkgs/servers/web-apps/matomo/default.nix
@@ -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 }: