Merge pull request #52836 from r-ryantm/auto-update/matomo
matomo: 3.6.1 -> 3.7.0
This commit is contained in:
commit
be3496fb64
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "matomo-${version}";
|
name = "matomo-${version}";
|
||||||
version = "3.6.1";
|
version = "3.7.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 = "0hddj1gyyriwgsh1mghihck2i7rj6gvb1i0b2ripcdfjnxcs47hz";
|
sha256 = "17ihsmwdfrx1c1v8cp5pc3swx3h0i0l9pjrc8jyww08kavfbfly6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user