summary refs log tree commit diff
path: root/pkgs/servers/web-apps
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-19 10:26:21 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-19 10:26:21 -0700
commit936805a008b83e0d0386a1296f10987c26494c8c (patch)
tree9baaa6493fe1d5de4d403ad660a76af5bf426b91 /pkgs/servers/web-apps
parentffbb4d26f9f93681576815be82142d14f2aa8234 (diff)
downloadnixpkgs-936805a008b83e0d0386a1296f10987c26494c8c.tar
nixpkgs-936805a008b83e0d0386a1296f10987c26494c8c.tar.gz
nixpkgs-936805a008b83e0d0386a1296f10987c26494c8c.tar.bz2
nixpkgs-936805a008b83e0d0386a1296f10987c26494c8c.tar.lz
nixpkgs-936805a008b83e0d0386a1296f10987c26494c8c.tar.xz
nixpkgs-936805a008b83e0d0386a1296f10987c26494c8c.tar.zst
nixpkgs-936805a008b83e0d0386a1296f10987c26494c8c.zip
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
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r--pkgs/servers/web-apps/matomo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/web-apps/matomo/default.nix b/pkgs/servers/web-apps/matomo/default.nix
index 9c1e01745a8..e848cb83c52 100644
--- a/pkgs/servers/web-apps/matomo/default.nix
+++ b/pkgs/servers/web-apps/matomo/default.nix
@@ -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 ];