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: 92216681ccb5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 94d4533e947c
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 6, 2019

  1. zabbix40: 4.0.13 -> 4.0.14

    aanderse committed Nov 6, 2019
    Copy the full SHA
    e9a3728 View commit details
  2. zabbix44: 4.4.0 -> 4.4.1

    aanderse committed Nov 6, 2019
    Copy the full SHA
    d433b25 View commit details
  3. Merge pull request #72871 from aanderse/zabbix

    zabbix: minor version bump
    aanderse authored Nov 6, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    94d4533 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/servers/monitoring/zabbix/versions.nix
8 changes: 4 additions & 4 deletions pkgs/servers/monitoring/zabbix/versions.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
generic: {
v44 = generic {
version = "4.4.0";
sha256 = "1a4csx1i21lcavfvj5djalcnxnlyh4mhk4dddzm895ipl87afzf4";
version = "4.4.1";
sha256 = "0jjn2przn9s25slrcxmq8iqdgqkgxnqs45zy0n1ma6nlgmclxxqb";
};

v42 = generic {
@@ -10,8 +10,8 @@ generic: {
};

v40 = generic {
version = "4.0.13";
sha256 = "1hz4sdj4nw8fh124dqd41ag2wv4rcp4snpxgk80nx76rssw6c9ny";
version = "4.0.14";
sha256 = "0igdxxfc61rqx6r7r81jsmv2d7nxw4whai211gk3y88dfm7l4xkb";
};

v30 = generic {