about summary refs log tree commit diff
path: root/pkgs/servers/web-apps
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2020-09-10 01:37:45 +0200
committerGitHub <noreply@github.com>2020-09-10 01:37:45 +0200
commitc413f10dafa7c9581d62757865059e86da30a9b6 (patch)
tree51ea339fb4a7f1509635d0cf8c5982b994a1999a /pkgs/servers/web-apps
parentfbefec0d3e1fde1ad36b661d44935959532b1c1c (diff)
parentf0c65f21edc43dde27a732e39ff9d777d9cf05f4 (diff)
Merge pull request #96364 from florianjacob/matomo
matomo: 3.13.6 -> 3.14.0
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r--pkgs/servers/web-apps/matomo/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/web-apps/matomo/default.nix b/pkgs/servers/web-apps/matomo/default.nix
index 152ed4087114f..22b1bf200ed87 100644
--- a/pkgs/servers/web-apps/matomo/default.nix
+++ b/pkgs/servers/web-apps/matomo/default.nix
@@ -3,16 +3,16 @@
 let
   versions = {
     matomo = {
-      version = "3.13.6";
-      sha256 = "1d3s5v96mmhcxdnxi7qh822p55g9a2nxh0zcq2d8bhg0cshi9804";
+      version = "3.14.0";
+      sha256 = "05ycc4k4w01212pklzgxrbwpzp572jmj8i9ija6s7c01071yjjzv";
     };
 
     matomo-beta = {
-      version = "3.13.6";
+      version = "3.14.0";
       # `beta` examples: "b1", "rc1", null
       # TOOD when updating: use null if stable version is >= latest beta or release candidate
       beta = null;
-      sha256 = "1d3s5v96mmhcxdnxi7qh822p55g9a2nxh0zcq2d8bhg0cshi9804";
+      sha256 = "05ycc4k4w01212pklzgxrbwpzp572jmj8i9ija6s7c01071yjjzv";
     };
   };
   common = pname: { version, sha256, beta ? null }: