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: 4f890f86fe05
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 57cf3308bbbf
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 20, 2019

  1. zabbix: init at 4.4.0

    aanderse committed Oct 20, 2019
    Copy the full SHA
    fdee83d View commit details

Commits on Oct 21, 2019

  1. Merge pull request #71450 from aanderse/zabbix

    zabbix: init at 4.4.0
    aanderse authored Oct 21, 2019
    Copy the full SHA
    57cf330 View commit details
Showing with 6 additions and 0 deletions.
  1. +5 −0 pkgs/servers/monitoring/zabbix/versions.nix
  2. +1 −0 pkgs/top-level/all-packages.nix
5 changes: 5 additions & 0 deletions pkgs/servers/monitoring/zabbix/versions.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
generic: {
v44 = generic {
version = "4.4.0";
sha256 = "1a4csx1i21lcavfvj5djalcnxnlyh4mhk4dddzm895ipl87afzf4";
};

v42 = generic {
version = "4.2.7";
sha256 = "09znh8x1sass5mw6wjrfmizjbfls8ad2c16y24ldfj40hlfxz6wx";
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -15512,6 +15512,7 @@ in
server = server-pgsql;
};

zabbix44 = zabbixFor "v44";
zabbix42 = zabbixFor "v42";
zabbix40 = zabbixFor "v40";
zabbix30 = zabbixFor "v30";