about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/zabbix/versions.nix
blob: 44ed17d879e97c7b96a737884619d10638b41e95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
generic: {
  v50 = generic {
    version = "5.0.17";
    sha256 = "11ppax0l0m8lzd1872g4l0jhng8bkkq3577kc364fmfxnsvkc60k";
  };

  v40 = generic {
    version = "4.0.37";
    sha256 = "sha256-Wuexl8I2zA63jyTRDe8bMSP++imwSOxc4LEdUnH8jps=";
  };
}