nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

home-assistant-custom-components.samsungtv-smart: 0.13.5 -> 0.13.6

https://github.com/ollo69/ha-samsungtv-smart/releases/tag/v0.13.6

authored by

Martin Weinelt and committed by
Robert Schütz
2d479eba 10939d74

+2 -2
+2 -2
pkgs/servers/home-assistant/custom-components/samsungtv-smart/package.nix
··· 11 11 buildHomeAssistantComponent rec { 12 12 owner = "ollo69"; 13 13 domain = "samsungtv_smart"; 14 - version = "0.13.5"; 14 + version = "0.13.6"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "ollo69"; 18 18 repo = "ha-samsungtv-smart"; 19 19 tag = "v${version}"; 20 - hash = "sha256-12wx8HaTEFQZOnxfcuAKFOXPdDpfAl608N1E6gmWqBI="; 20 + hash = "sha256-4tBluCKt8e5tyUkv79t+pW/KNZUTEIeTY012x7CLN38="; 21 21 }; 22 22 23 23 dependencies = [