matomo: 3.8.1 -> 3.9.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/matomo/versions
This commit is contained in:
parent
2cc6444113
commit
139243406b
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "matomo-${version}";
|
name = "matomo-${version}";
|
||||||
version = "3.8.1";
|
version = "3.9.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# TODO: As soon as the tarballs are renamed as well on future releases, this should be enabled again
|
# 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/${name}.tar.gz";
|
||||||
url = "https://builds.matomo.org/piwik-${version}.tar.gz";
|
url = "https://builds.matomo.org/piwik-${version}.tar.gz";
|
||||||
sha256 = "0ca4fkg2jpkfg0r9hxl45ad5xzz0gxhf404i96j059bn3c41kfi0";
|
sha256 = "0bh89mc0y1b2y2nz0bjvx4c3z8mbb8irj8r4lbdqsa82znr9gk0b";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user