···2233stdenv.mkDerivation rec {
44 name = "matomo-${version}";
55- version = "3.7.0";
55+ version = "3.8.1";
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 = "17ihsmwdfrx1c1v8cp5pc3swx3h0i0l9pjrc8jyww08kavfbfly6";
1111+ sha256 = "0ca4fkg2jpkfg0r9hxl45ad5xzz0gxhf404i96j059bn3c41kfi0";
1212 };
13131414 nativeBuildInputs = [ makeWrapper ];