Merge pull request #146677 from NixOS/home-assistant

home-assistant: 2021.11.4 -> 2021.11.5

authored by

Fabian Affolter and committed by
GitHub
bc9a53bb 62c3931a

+3 -3
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 # Do not edit! 3 4 { 5 - version = "2021.11.4"; 6 components = { 7 "abode" = ps: with ps; [ abodepy ]; 8 "accuweather" = ps: with ps; [ accuweather ];
··· 2 # Do not edit! 3 4 { 5 + version = "2021.11.5"; 6 components = { 7 "abode" = ps: with ps; [ abodepy ]; 8 "accuweather" = ps: with ps; [ accuweather ];
+2 -2
pkgs/servers/home-assistant/default.nix
··· 152 extraBuildInputs = extraPackages py.pkgs; 153 154 # Don't forget to run parse-requirements.py after updating 155 - hassVersion = "2021.11.4"; 156 157 in with py.pkgs; buildPythonApplication rec { 158 pname = "homeassistant"; ··· 169 owner = "home-assistant"; 170 repo = "core"; 171 rev = version; 172 - sha256 = "sha256-411oqzC8VTD7CM9vM/M3m4zW0Ygf2g2hoAXAxGBv7iw="; 173 }; 174 175 # leave this in, so users don't have to constantly update their downstream patch handling
··· 152 extraBuildInputs = extraPackages py.pkgs; 153 154 # Don't forget to run parse-requirements.py after updating 155 + hassVersion = "2021.11.5"; 156 157 in with py.pkgs; buildPythonApplication rec { 158 pname = "homeassistant"; ··· 169 owner = "home-assistant"; 170 repo = "core"; 171 rev = version; 172 + sha256 = "sha256-5MxArJLzOg9dU4Q2c6BDjvEzR2u7UVumNZjwE84+br8="; 173 }; 174 175 # leave this in, so users don't have to constantly update their downstream patch handling