zigpy-cli: 1.0.5 -> 1.1.0

This commit is contained in:
R. Ryantm 2025-02-07 09:38:51 +00:00
parent a01189f647
commit 6115a5a8f9

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "zigpy-cli";
version = "1.0.5";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "zigpy";
repo = "zigpy-cli";
tag = "v${version}";
hash = "sha256-69E6PkrCE5S498pO33uEz7g2dV41H0vNfFinUHDATTQ=";
hash = "sha256-X4sH2UOF0xHzjT1enohg7JKi+5lQ6wnJBIn09jK5Db8=";
};
postPatch = ''
@ -54,7 +54,7 @@ python3.pkgs.buildPythonApplication rec {
description = "Command line interface for zigpy";
mainProgram = "zigpy";
homepage = "https://github.com/zigpy/zigpy-cli";
changelog = "https://github.com/zigpy/zigpy-cli/releases/tag/v${version}";
changelog = "https://github.com/zigpy/zigpy-cli/releases/tag/${src.tag}";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ SuperSandro2000 ];
platforms = platforms.linux;