From 154385372e4ced4b7798af328d19cfdd117b530d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 27 Oct 2025 03:13:17 +0000 Subject: [PATCH] home-assistant-custom-components.fellow: 0-unstable-2025-10-06 -> 0-unstable-2025-10-21 --- .../home-assistant/custom-components/fellow/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/fellow/package.nix b/pkgs/servers/home-assistant/custom-components/fellow/package.nix index ba184bd05e9c..a4ec793a3f31 100644 --- a/pkgs/servers/home-assistant/custom-components/fellow/package.nix +++ b/pkgs/servers/home-assistant/custom-components/fellow/package.nix @@ -10,13 +10,13 @@ buildHomeAssistantComponent { owner = "NewsGuyTor"; domain = "fellow"; - version = "0-unstable-2025-10-06"; + version = "0-unstable-2025-10-21"; src = fetchFromGitHub { owner = "NewsGuyTor"; repo = "FellowAiden-HomeAssistant"; - rev = "c0b724e2ac3174b99fcb7d05a9c63a3ac6ce03b4"; - hash = "sha256-gK9lVFehqRWq7HQd+VPJB/iaIvLdHu51XxyfM14aY0s="; + rev = "c801347b9654dc469fa6b446a4e7fd88071d318e"; + hash = "sha256-UZgNJGI3em5PluL5u7k0pEH8fGUYinoWSJjVAhuulSo="; }; passthru.updateScript = unstableGitUpdater { };