mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
home-assistant-custom-components.yassi: 0.4.0 -> 0.4.1
Diff: https://github.com/samuelspagl/ha_samsung_soundbar/compare/0.4.0...0.4.1 Changelog: https://github.com/samuelspagl/ha_samsung_soundbar/releases/tag/0.4.1
This commit is contained in:
parent
8574a14dd8
commit
447d4686a3
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user