about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-06-06 12:40:46 +0300
committerK900 <me@0upti.me>2024-06-06 12:40:46 +0300
commit4231b8273f93771e1ec5fcb449d126fa207203f9 (patch)
tree9fb8b6869a14adf00d9d9207b98383bd11b84f6c /pkgs/servers
parent1523ad99b8791bcd0d7b67382369a120efa83627 (diff)
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
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/custom-components/smartthinq-sensors/default.nix4
1 files 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 3ebb482939dcb..4e118bb3e24e9 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 = [