Commit 6115a5a8 authored by R. RyanTM's avatar R. RyanTM
Browse files

zigpy-cli: 1.0.5 -> 1.1.0

parent a01189f6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;