···22# Do not edit!
3344{
55- version = "2021.11.2";
55+ version = "2021.11.3";
66 components = {
77 "abode" = ps: with ps; [ abodepy ];
88 "accuweather" = ps: with ps; [ accuweather ];
+15-2
pkgs/servers/home-assistant/default.nix
···3737 # Override the version of some packages pinned in Home Assistant's setup.py and requirements_all.txt
3838 (mkOverride "python-slugify" "4.0.1" "69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270")
39394040+ (self: super: {
4141+ huawei-lte-api = super.huawei-lte-api.overridePythonAttrs (oldAttrs: rec {
4242+ version = "1.4.18";
4343+ src = fetchFromGitHub {
4444+ owner = "Salamek";
4545+ repo = "huawei-lte-api";
4646+ rev = version;
4747+ sha256 = "1qaqxmh03j10wa9wqbwgc5r3ays8wfr7bldvsm45fycr3qfyn5fg";
4848+ };
4949+ propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [ python3.pkgs.dicttoxml ];
5050+ });
5151+ })
5252+4053 # Pinned due to API changes in iaqualink>=2.0, remove after
4154 # https://github.com/home-assistant/core/pull/48137 was merged
4255 (self: super: {
···127140 extraBuildInputs = extraPackages py.pkgs;
128141129142 # Don't forget to run parse-requirements.py after updating
130130- hassVersion = "2021.11.2";
143143+ hassVersion = "2021.11.3";
131144132145in with py.pkgs; buildPythonApplication rec {
133146 pname = "homeassistant";
···144157 owner = "home-assistant";
145158 repo = "core";
146159 rev = version;
147147- sha256 = "13212h67ijvir8rlr4gpd2945xx5f5c2lj3bwg7ncw55r23h6hma";
160160+ sha256 = "sha256-HycMb29niuUp7flRdWgrKSOcnr0l3PqjULCrgrwLrFw=";
148161 };
149162150163 # leave this in, so users don't have to constantly update their downstream patch handling
+2-2
pkgs/servers/home-assistant/frontend.nix
···44 # the frontend version corresponding to a specific home-assistant version can be found here
55 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
66 pname = "home-assistant-frontend";
77- version = "20211108.0";
77+ version = "20211109.0";
8899 src = fetchPypi {
1010 inherit pname version;
1111- sha256 = "sha256-cMCjBhtPi73AB9bplUH8ZNQMt5WJ/NZFW4qLuHHo3+g=";
1111+ sha256 = "sha256-DXL+D58kS8q4we6/r6iRuXA/d9NOoYUp9A3vsHQ0KVg=";
1212 };
13131414 # there is nothing to strip in this package