mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
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 {
|
||||
name = "matomo-${version}";
|
||||
version = "3.6.1";
|
||||
version = "3.7.0";
|
||||
|
||||
src = fetchurl {
|
||||
# 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/piwik-${version}.tar.gz";
|
||||
sha256 = "0hddj1gyyriwgsh1mghihck2i7rj6gvb1i0b2ripcdfjnxcs47hz";
|
||||
sha256 = "17ihsmwdfrx1c1v8cp5pc3swx3h0i0l9pjrc8jyww08kavfbfly6";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
Loading…
Reference in New Issue
Block a user