zabbix-cli: 1.7.0 -> 2.0.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zabbix-cli/versions
This commit is contained in:
R. RyanTM 2019-04-16 11:05:02 -07:00 committed by Frederik Rietdijk
parent 9d36a79ba6
commit e1502a8be2

View File

@ -4,7 +4,7 @@ let
in pythonPackages.buildPythonApplication rec {
name = "zabbix-cli-${version}";
version = "1.7.0";
version = "2.0.1";
propagatedBuildInputs = with pythonPackages; [ ipaddr requests ];
@ -17,7 +17,7 @@ in pythonPackages.buildPythonApplication rec {
owner = "usit-gd";
repo = "zabbix-cli";
rev = version;
sha256 = "0z33mv8xk0h72rn0iz1qrrkyz63w6cln8d5hqqddcvkxwnq0z6kx";
sha256 = "0kwrfgq6h26dajll11f21c8b799bsfl1axmk2fdghl1gclxra7ry";
};
meta = with lib; {