Loading pkgs/servers/home-assistant/custom-components/yandex-station/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ buildHomeAssistantComponent rec { owner = "AlexxIT"; domain = "yandex_station"; version = "3.19.1"; version = "3.20.0"; src = fetchFromGitHub { owner = "AlexxIT"; repo = "YandexStation"; tag = "v${version}"; hash = "sha256-O+LHD9wKnXaNX/aVrt5lOuuqi1ymF+YqEJP+24NVBhw="; hash = "sha256-dGMq/uJBr30K9J4C5rFbX99ykf3WttPMLEHf6674THk="; }; dependencies = [ Loading @@ -39,6 +39,7 @@ buildHomeAssistantComponent rec { ++ (home-assistant.getPackages "stream" home-assistant.python.pkgs); meta = { changelog = "https://github.com/AlexxIT/YandexStation/releases/tag/${src.tag}"; description = "Controlling Yandex.Station and other smart home devices with Alice from Home Assistant"; homepage = "https://github.com/AlexxIT/YandexStation"; license = lib.licenses.mit; Loading Loading
pkgs/servers/home-assistant/custom-components/yandex-station/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ buildHomeAssistantComponent rec { owner = "AlexxIT"; domain = "yandex_station"; version = "3.19.1"; version = "3.20.0"; src = fetchFromGitHub { owner = "AlexxIT"; repo = "YandexStation"; tag = "v${version}"; hash = "sha256-O+LHD9wKnXaNX/aVrt5lOuuqi1ymF+YqEJP+24NVBhw="; hash = "sha256-dGMq/uJBr30K9J4C5rFbX99ykf3WttPMLEHf6674THk="; }; dependencies = [ Loading @@ -39,6 +39,7 @@ buildHomeAssistantComponent rec { ++ (home-assistant.getPackages "stream" home-assistant.python.pkgs); meta = { changelog = "https://github.com/AlexxIT/YandexStation/releases/tag/${src.tag}"; description = "Controlling Yandex.Station and other smart home devices with Alice from Home Assistant"; homepage = "https://github.com/AlexxIT/YandexStation"; license = lib.licenses.mit; Loading