Merge pull request #66198 from r-ryantm/auto-update/zabbix-cli

zabbix-cli: 2.0.1 -> 2.1.1
This commit is contained in:
Aaron Andersen 2019-08-06 12:23:21 -04:00 committed by GitHub
commit 1290ffdce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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