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

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