mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
zabbix-cli: 3.1.2 -> 3.1.3
https://github.com/unioslo/zabbix-cli/compare/3.1.2...3.1.3
This commit is contained in:
parent
15cfe19152
commit
df594537ae
@ -8,14 +8,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "zabbix-cli";
|
||||
version = "3.1.2";
|
||||
version = "3.1.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "usit-gd";
|
||||
repo = "zabbix-cli";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-It0SVbGNIxf2i4gleqVRAZCIks/Tf/WYSAgipOC+HwE=";
|
||||
hash = "sha256-hvLtc6owEOD29Y1oC7EmOOFp9P8hWOuj9N7qhtqkpks=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "click-repl" ];
|
||||
|
Loading…
Reference in New Issue
Block a user