Skip to content

Commit

Permalink
matomo: 3.5.1 -> 3.6.0 (#46242)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
matomo

(cherry picked from commit c45dd04)

backported for security updates
  • Loading branch information
r-ryantm authored and xeji committed Oct 2, 2018
1 parent 79bbe4d commit 7f70ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/matomo/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "matomo-${version}";
version = "3.5.1";
version = "3.6.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 = "0ifrgaw30h4d6hwwzrz8i9k036dxzkxgh71y9s0ds10lhr8vidym";
sha256 = "1bkxa163s420w579ma7sbab1nm8c6ca6r6irn200j7p1r5zjklp8";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 7f70ebf

Please sign in to comment.