about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/monitoring/zabbix/versions.nix
blob: 6fe89a17c357f2f4b05f0d977c08e2033bd07d92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
generic: {
  v60 = generic {
    version = "6.0.26";
    hash = "sha256-MIOKe5hqfDecB1oWZKzbFmJCsQLuAGtp21l2WxxVG+g=";
    vendorHash = null;
  };

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