summary refs log tree commit diff
path: root/pkgs/servers/web-apps
diff options
context:
space:
mode:
authorflorianjacob <accounts+github@florianjacob.de>2018-05-13 17:48:41 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-13 17:48:41 +0200
commit468c09edc6d3e4c9f0ee84636cf0e795792d3e71 (patch)
tree3f01de56131255760091638630f0a3300f75c829 /pkgs/servers/web-apps
parent1df114a8aa885c9d466d909e36267207a4baa77a (diff)
downloadnixlib-468c09edc6d3e4c9f0ee84636cf0e795792d3e71.tar
nixlib-468c09edc6d3e4c9f0ee84636cf0e795792d3e71.tar.gz
nixlib-468c09edc6d3e4c9f0ee84636cf0e795792d3e71.tar.bz2
nixlib-468c09edc6d3e4c9f0ee84636cf0e795792d3e71.tar.lz
nixlib-468c09edc6d3e4c9f0ee84636cf0e795792d3e71.tar.xz
nixlib-468c09edc6d3e4c9f0ee84636cf0e795792d3e71.tar.zst
nixlib-468c09edc6d3e4c9f0ee84636cf0e795792d3e71.zip
matomo: 3.4.0 -> 3.5.0 (#40439)
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r--pkgs/servers/web-apps/matomo/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/servers/web-apps/matomo/default.nix b/pkgs/servers/web-apps/matomo/default.nix
index c8a918c2bd22..27cf873e7908 100644
--- a/pkgs/servers/web-apps/matomo/default.nix
+++ b/pkgs/servers/web-apps/matomo/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "matomo-${version}";
-  version = "3.4.0";
+  version = "3.5.0";
 
   src = fetchurl {
     # TODO: As soon as the tarballs are renamed as well on future releases, this should be enabled again
     # url = "https://builds.matomo.org/${name}.tar.gz";
     url = "https://builds.matomo.org/piwik-${version}.tar.gz";
-    sha256 = "1hnja8mvjvlbqgw7maa76lxd5hxxg7d5ggq9wyrff25mapj398wc";
+    sha256 = "1l656b194h7z3k52ywl7sfa2h6sxa5gf22wcfrp0pp07v9p6pc5f";
   };
 
   nativeBuildInputs = [ makeWrapper ];
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
   #   unix socket authentication only works with localhost,
   #   but password-based SQL authentication works with both.
   # TODO: is upstream interested in this?
+  # -> discussion at https://github.com/matomo-org/matomo/issues/12646
   patches = [ ./make-localhost-default-database-host.patch ];
 
   # this bootstrap.php adds support for getting PIWIK_USER_PATH