matomo: 3.10.0 -> 3.11.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:
R. RyanTM 2019-08-19 10:26:21 -07:00
parent ffbb4d26f9
commit 936805a008

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "matomo";
version = "3.10.0";
version = "3.11.0";
src = fetchurl {
url = "https://builds.matomo.org/matomo-${version}.tar.gz";
sha256 = "1mzqn2wh63ffzv6436cr8shl40nlj8sazsj2j37lx9pkz89n2wjz";
sha256 = "1fbnmmzzsi3dfm9qm30wypxjcazl37mryaik9mlrb19hnp2md40q";
};
nativeBuildInputs = [ makeWrapper ];