From 4231b8273f93771e1ec5fcb449d126fa207203f9 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 6 Jun 2024 12:40:46 +0300 Subject: [PATCH] home-assistant-custom-components.smartthinq-sensors: 0.39.0 -> 0.39.2 Diff: https://github.com/ollo69/ha-smartthinq-sensors/compare/v0.39.0...v0.39.2 Changelog: https://github.com/ollo69/ha-smartthinq-sensors/releases/tag/v0.39.2 --- .../custom-components/smartthinq-sensors/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/smartthinq-sensors/default.nix b/pkgs/servers/home-assistant/custom-components/smartthinq-sensors/default.nix index 3ebb482939dc..4e118bb3e24e 100644 --- a/pkgs/servers/home-assistant/custom-components/smartthinq-sensors/default.nix +++ b/pkgs/servers/home-assistant/custom-components/smartthinq-sensors/default.nix @@ -9,13 +9,13 @@ buildHomeAssistantComponent rec { owner = "ollo69"; domain = "smartthinq_sensors"; - version = "0.39.0"; + version = "0.39.2"; src = fetchFromGitHub { inherit owner; repo = "ha-smartthinq-sensors"; rev = "v${version}"; - hash = "sha256-mt5/XHDAUeoMUA1jWdCNXTUgZBQkqabL5Y4MxwxcweY="; + hash = "sha256-tLq4sqeKmjEDDaowA8ouH/mI7jQfq49kkt/a8+40rhQ="; }; propagatedBuildInputs = [