matomo: 3.6.1 -> 3.7.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
dd3eea4b47
commit
687567efd0
@ -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…
x
Reference in New Issue
Block a user