diff --git a/pkgs/servers/home-assistant/custom-components/dirigera_platform/package.nix b/pkgs/servers/home-assistant/custom-components/dirigera_platform/package.nix index 4cc44ef19db0..095fd4b5cd8c 100644 --- a/pkgs/servers/home-assistant/custom-components/dirigera_platform/package.nix +++ b/pkgs/servers/home-assistant/custom-components/dirigera_platform/package.nix @@ -8,13 +8,13 @@ buildHomeAssistantComponent rec { owner = "sanjoyg"; domain = "dirigera_platform"; - version = "2.6.4"; + version = "2.6.6"; src = fetchFromGitHub { owner = "sanjoyg"; repo = "dirigera_platform"; rev = version; - hash = "sha256-ftJUmJ5UWgm22YBfCIBAxRjG+niougw5ekrQNuSRgzI="; + hash = "sha256-OoTmEVjo6pzFQ5uoZOcmpOhVUoM2DM8HBAvJA58zjAU="; }; postPatch = '' @@ -24,6 +24,8 @@ buildHomeAssistantComponent rec { dependencies = [ dirigera ]; + ignoreVersionRequirement = [ "dirigera" ]; + meta = with lib; { description = "Home-assistant integration for IKEA Dirigera hub"; homepage = "https://github.com/sanjoyg/dirigera_platform";