Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fbefec0d3e1f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c413f10dafa7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 26, 2020

  1. matomo: 3.13.6 -> 3.14.0

    florianjacob committed Aug 26, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    vdemeester Vincent Demeester
    Copy the full SHA
    f0c65f2 View commit details

Commits on Sep 9, 2020

  1. Merge pull request #96364 from florianjacob/matomo

    matomo: 3.13.6 -> 3.14.0
    ajs124 authored Sep 9, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c413f10 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/servers/web-apps/matomo/default.nix
8 changes: 4 additions & 4 deletions pkgs/servers/web-apps/matomo/default.nix
Original file line number Diff line number Diff line change
@@ -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 }: