lol

home-assistant: 2021.4.0 -> 2021.4.1

+5 -5
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2021.4.0"; 5 + version = "2021.4.1"; 6 6 components = { 7 7 "abode" = ps: with ps; [ abodepy ]; 8 8 "accuweather" = ps: with ps; [ accuweather ];
+2 -2
pkgs/servers/home-assistant/default.nix
··· 95 95 extraBuildInputs = extraPackages py.pkgs; 96 96 97 97 # Don't forget to run parse-requirements.py after updating 98 - hassVersion = "2021.4.0"; 98 + hassVersion = "2021.4.1"; 99 99 100 100 in with py.pkgs; buildPythonApplication rec { 101 101 pname = "homeassistant"; ··· 114 114 owner = "home-assistant"; 115 115 repo = "core"; 116 116 rev = version; 117 - sha256 = "1gkbkyxqsw3isdyskzi0ib07fgqvirnr20jkhrz86vl0k9ix8hwf"; 117 + sha256 = "154bmbxhyfv1sxa6fk5vimqjmvci710bm5pj590blyzbr4nyci77"; 118 118 }; 119 119 120 120 # leave this in, so users don't have to constantly update their downstream patch handling
+2 -2
pkgs/servers/home-assistant/frontend.nix
··· 4 4 # the frontend version corresponding to a specific home-assistant version can be found here 5 5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json 6 6 pname = "home-assistant-frontend"; 7 - version = "20210407.1"; 7 + version = "20210407.2"; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "sha256-7kgL6Ixlc1OZ+3sUAuvJd7vgY6FBgPFEKi6xhq7fiBc="; 11 + sha256 = "sha256-MxXeept0qwDIs9tFZCd1JfDY1Csl8gLWOhzW/Ihlbzw="; 12 12 }; 13 13 14 14 # there is nothing to strip in this package