about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/zabbix/versions.nix
blob: a31be5349612ee1437791286b487cddbfd834731 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
generic: {
  v70 = generic {
    version = "7.0.5";
    hash = "sha256-IVMBtuCJpoWi+rzKF/xl5XZtQtIHkXS2WhvyjfdnlpI=";
    vendorHash = null;
  };
  v64 = generic {
    version = "6.4.15";
    hash = "sha256-CtmNCuzDVchijinWcop3lGUTVGS2JbiQCbmusyXBQvY=";
    vendorHash = null;
  };
  v60 = generic {
    version = "6.0.26";
    hash = "sha256-MIOKe5hqfDecB1oWZKzbFmJCsQLuAGtp21l2WxxVG+g=";
    vendorHash = null;
  };

  v50 = generic {
    version = "5.0.41";
    hash = "sha256-pPvw0lPoK1IpsXc5c8Qu9zFhx2oHJz2bwiX80vrYa58=";
    vendorHash = "sha256-qLDoNnEFiSrWXbLtYlmQaqY8Rv6JaG8WbMYBlry5Evc=";
  };
}