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

zabbix-cli: 2.3.0 -> 2.3.1
This commit is contained in:
Mario Rodas 2022-11-29 20:29:03 -05:00 committed by GitHub
commit ba7d938906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "zabbix-cli";
version = "2.3.0";
version = "2.3.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "usit-gd";
repo = "zabbix-cli";
rev = version;
sha256 = "sha256-t8iVsdoJEHXtq9KK0WUGUX65zekKv8yzNoe8XgeeHd0=";
rev = "refs/tags/${version}";
sha256 = "sha256-i4dviSdrHNAn4mSWMn5DOBg4j8BXCfwKVYsDaBd/g6o=";
};
propagatedBuildInputs = with python3.pkgs; [