about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-06-09 21:00:26 +0200
committerGitHub <noreply@github.com>2024-06-09 21:00:26 +0200
commit74fa5706cb0a5526d383d2e68eee7e66141f04f2 (patch)
tree2bba1ab600010e5de09ded170445f5619203c064 /pkgs
parentf06786c15e47221cc05698d25b06c2bc83721b2a (diff)
parent0887cfc6b5f800099abf8c54e5ec318bd4dbf1c8 (diff)
Merge pull request #318596 from K900/yassi-0.4.0
home-assistant-custom-components.yassi: 0.4.0b4 -> 0.4.0
Diffstat (limited to 'pkgs')
-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 ];