Skip to content

Commit

Permalink
Merge pull request #96364 from florianjacob/matomo
Browse files Browse the repository at this point in the history
matomo: 3.13.6 -> 3.14.0
  • Loading branch information
ajs124 authored Sep 9, 2020
2 parents fbefec0 + f0c65f2 commit c413f10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/web-apps/matomo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
let
versions = {
matomo = {
version = "3.13.6";
sha256 = "1d3s5v96mmhcxdnxi7qh822p55g9a2nxh0zcq2d8bhg0cshi9804";
version = "3.14.0";
sha256 = "05ycc4k4w01212pklzgxrbwpzp572jmj8i9ija6s7c01071yjjzv";
};

matomo-beta = {
version = "3.13.6";
version = "3.14.0";
# `beta` examples: "b1", "rc1", null
# TOOD when updating: use null if stable version is >= latest beta or release candidate
beta = null;
sha256 = "1d3s5v96mmhcxdnxi7qh822p55g9a2nxh0zcq2d8bhg0cshi9804";
sha256 = "05ycc4k4w01212pklzgxrbwpzp572jmj8i9ija6s7c01071yjjzv";
};
};
common = pname: { version, sha256, beta ? null }:
Expand Down

0 comments on commit c413f10

Please sign in to comment.