From 65ca0996b48bb1fe7930309359e1ef0f37e2b46a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 3 Apr 2026 17:09:35 -0700 Subject: [PATCH] home-assistant-custom-components.battery_notes: 3.3.4 -> 3.4.0 Diff: https://github.com/andrew-codechimp/HA-Battery-Notes/compare/3.3.4...3.4.0 Changelog: https://github.com/andrew-codechimp/HA-Battery-Notes/releases/tag/3.4.0 --- .../custom-components/battery_notes/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/battery_notes/package.nix b/pkgs/servers/home-assistant/custom-components/battery_notes/package.nix index 8a6333941933..7ccfaa9453c6 100644 --- a/pkgs/servers/home-assistant/custom-components/battery_notes/package.nix +++ b/pkgs/servers/home-assistant/custom-components/battery_notes/package.nix @@ -7,13 +7,13 @@ buildHomeAssistantComponent rec { owner = "andrew-codechimp"; domain = "battery_notes"; - version = "3.3.4"; + version = "3.4.0"; src = fetchFromGitHub { inherit owner; repo = "HA-Battery-Notes"; tag = version; - hash = "sha256-H++0Q7X4mQ8d+goTMuvfQiLExax0+0AhotJALTYVz1s="; + hash = "sha256-0OGAwpYLXDOWqCxxmA7ggdAAT7LUfiaX1qlvYXZD/OM="; }; # has no tests