···23stdenv.mkDerivation rec {
4 name = "matomo-${version}";
5- version = "3.4.0";
67 src = fetchurl {
8 # TODO: As soon as the tarballs are renamed as well on future releases, this should be enabled again
9 # url = "https://builds.matomo.org/${name}.tar.gz";
10 url = "https://builds.matomo.org/piwik-${version}.tar.gz";
11- sha256 = "1hnja8mvjvlbqgw7maa76lxd5hxxg7d5ggq9wyrff25mapj398wc";
12 };
1314 nativeBuildInputs = [ makeWrapper ];
···19 # unix socket authentication only works with localhost,
20 # but password-based SQL authentication works with both.
21 # TODO: is upstream interested in this?
022 patches = [ ./make-localhost-default-database-host.patch ];
2324 # this bootstrap.php adds support for getting PIWIK_USER_PATH
···23stdenv.mkDerivation rec {
4 name = "matomo-${version}";
5+ version = "3.5.0";
67 src = fetchurl {
8 # TODO: As soon as the tarballs are renamed as well on future releases, this should be enabled again
9 # url = "https://builds.matomo.org/${name}.tar.gz";
10 url = "https://builds.matomo.org/piwik-${version}.tar.gz";
11+ sha256 = "1l656b194h7z3k52ywl7sfa2h6sxa5gf22wcfrp0pp07v9p6pc5f";
12 };
1314 nativeBuildInputs = [ makeWrapper ];
···19 # unix socket authentication only works with localhost,
20 # but password-based SQL authentication works with both.
21 # TODO: is upstream interested in this?
22+ # -> discussion at https://github.com/matomo-org/matomo/issues/12646
23 patches = [ ./make-localhost-default-database-host.patch ];
2425 # this bootstrap.php adds support for getting PIWIK_USER_PATH