From 4459a36160ba19299c92b0096c364258870bd46c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 16 Dec 2025 05:25:33 +0000 Subject: [PATCH] home-assistant-custom-components.ingress: 1.2.9 -> 1.2.10 --- .../home-assistant/custom-components/ingress/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/ingress/package.nix b/pkgs/servers/home-assistant/custom-components/ingress/package.nix index 9c24f074b074..3d4fe928f31c 100644 --- a/pkgs/servers/home-assistant/custom-components/ingress/package.nix +++ b/pkgs/servers/home-assistant/custom-components/ingress/package.nix @@ -7,13 +7,13 @@ buildHomeAssistantComponent rec { owner = "lovelylain"; domain = "ingress"; - version = "1.2.9"; + version = "1.2.10"; src = fetchFromGitHub { inherit owner; repo = "hass_ingress"; tag = version; - hash = "sha256-jjig0Dl/vdeuN7e25CH5L/Xvc60RM3BiAt3jUw/C9q4="; + hash = "sha256-wenazww4eoO6qnHksRqPNw8Lee3EVyJ3lvc+qa+3I/0="; }; meta = {