zabbix-cli: 2.0.1 -> 2.1.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-08-06 04:24:54 -07:00
parent 53328909da
commit 7cf29d0119

View file

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