···2233stdenv.mkDerivation rec {
44 name = "matomo-${version}";
55- version = "3.4.0";
55+ version = "3.5.0";
6677 src = fetchurl {
88 # TODO: As soon as the tarballs are renamed as well on future releases, this should be enabled again
99 # url = "https://builds.matomo.org/${name}.tar.gz";
1010 url = "https://builds.matomo.org/piwik-${version}.tar.gz";
1111- sha256 = "1hnja8mvjvlbqgw7maa76lxd5hxxg7d5ggq9wyrff25mapj398wc";
1111+ sha256 = "1l656b194h7z3k52ywl7sfa2h6sxa5gf22wcfrp0pp07v9p6pc5f";
1212 };
13131414 nativeBuildInputs = [ makeWrapper ];
···1919 # unix socket authentication only works with localhost,
2020 # but password-based SQL authentication works with both.
2121 # TODO: is upstream interested in this?
2222+ # -> discussion at https://github.com/matomo-org/matomo/issues/12646
2223 patches = [ ./make-localhost-default-database-host.patch ];
23242425 # this bootstrap.php adds support for getting PIWIK_USER_PATH