home-assistant-custom-components.yassi: 0.4.0 -> 0.4.1 (#348705)

This commit is contained in:
K900 2024-10-15 11:06:46 +03:00 committed by GitHub
commit 2973136a77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "samuelspagl";
domain = "samsung_soundbar";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
inherit owner;
repo = "ha_samsung_soundbar";
rev = version;
hash = "sha256-pkwkXI05zDMEXPoE90YJBxoPYlzmSHH/BLExq0J1JrQ=";
hash = "sha256-uhyUQebAx4g1PT/urbyx8EZNFE9vIY0bUAKmgCwY3aQ=";
};
propagatedBuildInputs = [ pysmartthings ];