Loading pkgs/servers/home-assistant/custom-components/moonraker/package.nix +14 −4 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildHomeAssistantComponent, fetchFromGitHub, pytestCheckHook, pytest-cov-stub, pytest-homeassistant-custom-component, # dependency moonraker-api, }: buildHomeAssistantComponent rec { owner = "marcolivierarsenault"; domain = "moonraker"; version = "1.8.0"; version = "1.10.0"; src = fetchFromGitHub { owner = "marcolivierarsenault"; repo = "moonraker-home-assistant"; tag = version; hash = "sha256-FamZ4MvfWzynTpAKCMnABsX6h1+nB4jAOkO386J02OM="; hash = "sha256-U4vjWFUZlxRPIrK9YXuYzPCMAjdQGoPXewmDessWh+c="; }; dependencies = [ moonraker-api ]; nativeCheckInputs = [ pytest-homeassistant-custom-component pytest-cov-stub pytestCheckHook ]; #skip phases with nothing to do dontConfigure = true; doCheck = false; meta = with lib; { changelog = "https://github.com/marcolivierarsenault/moonraker-home-assistant/releases/tag/${version}"; Loading Loading
pkgs/servers/home-assistant/custom-components/moonraker/package.nix +14 −4 Original line number Diff line number Diff line { lib, fetchFromGitHub, buildHomeAssistantComponent, fetchFromGitHub, pytestCheckHook, pytest-cov-stub, pytest-homeassistant-custom-component, # dependency moonraker-api, }: buildHomeAssistantComponent rec { owner = "marcolivierarsenault"; domain = "moonraker"; version = "1.8.0"; version = "1.10.0"; src = fetchFromGitHub { owner = "marcolivierarsenault"; repo = "moonraker-home-assistant"; tag = version; hash = "sha256-FamZ4MvfWzynTpAKCMnABsX6h1+nB4jAOkO386J02OM="; hash = "sha256-U4vjWFUZlxRPIrK9YXuYzPCMAjdQGoPXewmDessWh+c="; }; dependencies = [ moonraker-api ]; nativeCheckInputs = [ pytest-homeassistant-custom-component pytest-cov-stub pytestCheckHook ]; #skip phases with nothing to do dontConfigure = true; doCheck = false; meta = with lib; { changelog = "https://github.com/marcolivierarsenault/moonraker-home-assistant/releases/tag/${version}"; Loading