matomo: 3.5.1 -> 3.6.0 (#46242)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from matomo
This commit is contained in:
parent
00c7f76c84
commit
c45dd04946
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "matomo-${version}";
|
name = "matomo-${version}";
|
||||||
version = "3.5.1";
|
version = "3.6.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 = "0ifrgaw30h4d6hwwzrz8i9k036dxzkxgh71y9s0ds10lhr8vidym";
|
sha256 = "1bkxa163s420w579ma7sbab1nm8c6ca6r6irn200j7p1r5zjklp8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user