File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pkgs/servers/home-assistant Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# Do not edit!
33
44{
5- version = "2020.12.0 " ;
5+ version = "2020.12.1 " ;
66 components = {
77 "abode" = ps : with ps ; [ abodepy ] ;
88 "accuweather" = ps : with ps ; [ accuweather ] ;
Original file line number Diff line number Diff line change 6262 extraBuildInputs = extraPackages py . pkgs ;
6363
6464 # Don't forget to run parse-requirements.py after updating
65- hassVersion = "2020.12.0 " ;
65+ hassVersion = "2020.12.1 " ;
6666
6767in with py . pkgs ; buildPythonApplication rec {
6868 pname = "homeassistant" ;
@@ -78,7 +78,7 @@ in with py.pkgs; buildPythonApplication rec {
7878 owner = "home-assistant" ;
7979 repo = "core" ;
8080 rev = version ;
81- sha256 = "04bmyzran5ylmar8m73n7p34dsz73m37r1nibd13yyfhvn1j1i1l " ;
81+ sha256 = "1hd3z0bvscrg0ihy26djm1x9cj1pkdbnsgpzhdy42j8vy80q9bxr " ;
8282 } ;
8383
8484 # leave this in, so users don't have to constantly update their downstream patch handling
You can’t perform that action at this time.
0 commit comments