about summary refs log tree commit diff
path: root/pkgs/servers/home-assistant
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-06-09 20:58:21 +0300
committerK900 <me@0upti.me>2024-06-09 20:58:21 +0300
commit0887cfc6b5f800099abf8c54e5ec318bd4dbf1c8 (patch)
treec5ce2438b528ac99d0c4ab66387efc6067b3a0be /pkgs/servers/home-assistant
parent7b9135d3ae24bf15ca0fac57f4114c99e28bec3b (diff)
home-assistant-custom-components.yassi: 0.4.0b4 -> 0.4.0
Diff: https://github.com/samuelspagl/ha_samsung_soundbar/compare/0.4.0b4...0.4.0

Changelog: https://github.com/samuelspagl/ha_samsung_soundbar/releases/tag/0.4.0
Diffstat (limited to 'pkgs/servers/home-assistant')
-rw-r--r--pkgs/servers/home-assistant/custom-components/yassi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/custom-components/yassi/default.nix b/pkgs/servers/home-assistant/custom-components/yassi/default.nix
index 675d127d4d4d8..e9cf065613298 100644
--- a/pkgs/servers/home-assistant/custom-components/yassi/default.nix
+++ b/pkgs/servers/home-assistant/custom-components/yassi/default.nix
@@ -7,13 +7,13 @@
 buildHomeAssistantComponent rec {
   owner = "samuelspagl";
   domain = "samsung_soundbar";
-  version = "0.4.0b4";
+  version = "0.4.0";
 
   src = fetchFromGitHub {
     inherit owner;
     repo = "ha_samsung_soundbar";
     rev = version;
-    hash = "sha256-SwIB2w7iBFdyDfwm5WSDF59YVR8ou6Le0PLUMidS1vk=";
+    hash = "sha256-pkwkXI05zDMEXPoE90YJBxoPYlzmSHH/BLExq0J1JrQ=";
   };
 
   propagatedBuildInputs = [ pysmartthings ];