Loading pkgs/servers/home-assistant/custom-components/yandex-station/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -10,19 +10,23 @@ buildHomeAssistantComponent rec { owner = "AlexxIT"; domain = "yandex_station"; version = "3.18.3"; version = "3.19.1"; src = fetchFromGitHub { owner = "AlexxIT"; repo = "YandexStation"; tag = "v${version}"; hash = "sha256-l8DsL8g6K8/SjCIk7rjfQSk4iRsKBoGgzJpy7UhxQ7o="; hash = "sha256-O+LHD9wKnXaNX/aVrt5lOuuqi1ymF+YqEJP+24NVBhw="; }; dependencies = [ zeroconf ]; pytestFlagsArray = [ # this test seems to be broken "--deselect=tests/test_local.py::test_track" ]; nativeCheckInputs = [ home-assistant pytestCheckHook Loading Loading
pkgs/servers/home-assistant/custom-components/yandex-station/package.nix +6 −2 Original line number Diff line number Diff line Loading @@ -10,19 +10,23 @@ buildHomeAssistantComponent rec { owner = "AlexxIT"; domain = "yandex_station"; version = "3.18.3"; version = "3.19.1"; src = fetchFromGitHub { owner = "AlexxIT"; repo = "YandexStation"; tag = "v${version}"; hash = "sha256-l8DsL8g6K8/SjCIk7rjfQSk4iRsKBoGgzJpy7UhxQ7o="; hash = "sha256-O+LHD9wKnXaNX/aVrt5lOuuqi1ymF+YqEJP+24NVBhw="; }; dependencies = [ zeroconf ]; pytestFlagsArray = [ # this test seems to be broken "--deselect=tests/test_local.py::test_track" ]; nativeCheckInputs = [ home-assistant pytestCheckHook Loading