Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

matomo: 3.4.0 -> 3.5.0 (#40439)

(cherry picked from commit 468c09edc6d3e4c9f0ee84636cf0e795792d3e71)

authored by florianjacob and committed by Uli Baum efd2addf b88d66ce

+3 -2
+3 -2
pkgs/servers/web-apps/matomo/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "matomo-${version}"; 5 - version = "3.4.0"; 6 7 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 }; 13 14 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 patches = [ ./make-localhost-default-database-host.patch ]; 23 24 # this bootstrap.php adds support for getting PIWIK_USER_PATH
··· 2 3 stdenv.mkDerivation rec { 4 name = "matomo-${version}"; 5 + version = "3.5.0"; 6 7 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 }; 13 14 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 ]; 24 25 # this bootstrap.php adds support for getting PIWIK_USER_PATH