Merge pull request #313311 from K900/hass-bumps

Two small HASS plugin updates

authored by Martin Weinelt and committed by GitHub ad2096e2 1f820208

+5 -5
+2 -2
pkgs/servers/home-assistant/custom-components/yassi/default.nix
··· 7 buildHomeAssistantComponent rec { 8 owner = "samuelspagl"; 9 domain = "samsung_soundbar"; 10 - version = "0.4.0b2"; 11 12 src = fetchFromGitHub { 13 inherit owner; 14 repo = "ha_samsung_soundbar"; 15 rev = version; 16 - hash = "sha256-htAUCQe8mpk+GFwxXkPVnWS0m3mZd2hUt+f4qES+W4U="; 17 }; 18 19 propagatedBuildInputs = [ pysmartthings ];
··· 7 buildHomeAssistantComponent rec { 8 owner = "samuelspagl"; 9 domain = "samsung_soundbar"; 10 + version = "0.4.0b4"; 11 12 src = fetchFromGitHub { 13 inherit owner; 14 repo = "ha_samsung_soundbar"; 15 rev = version; 16 + hash = "sha256-SwIB2w7iBFdyDfwm5WSDF59YVR8ou6Le0PLUMidS1vk="; 17 }; 18 19 propagatedBuildInputs = [ pysmartthings ];
+3 -3
pkgs/servers/home-assistant/custom-lovelace-modules/android-tv-card/default.nix
··· 5 6 buildNpmPackage rec { 7 pname = "android-tv-card"; 8 - version = "3.7.1"; 9 10 src = fetchFromGitHub { 11 owner = "Nerwyn"; 12 repo = "android-tv-card"; 13 rev = version; 14 - hash = "sha256-+g93NybZreixpXylVqWQvjP0l9Z1x5JbEMC0RDpscBE="; 15 }; 16 17 patches = [ ./dont-call-git.patch ]; 18 19 - npmDepsHash = "sha256-oKIDL8BPalkIqtvA68D1YFINgg8qJ2C1KTuAr1IhJjE="; 20 21 installPhase = '' 22 runHook preInstall
··· 5 6 buildNpmPackage rec { 7 pname = "android-tv-card"; 8 + version = "3.7.3"; 9 10 src = fetchFromGitHub { 11 owner = "Nerwyn"; 12 repo = "android-tv-card"; 13 rev = version; 14 + hash = "sha256-uhdo4K5JqKogQGKr0dkFl579YeAQNbhOwHAFTLpqY6Y="; 15 }; 16 17 patches = [ ./dont-call-git.patch ]; 18 19 + npmDepsHash = "sha256-wrmj4lewxBnWVlpkb/AP3lfuGNcvYGf+HWBQw7bcr1Q="; 20 21 installPhase = '' 22 runHook preInstall