···3434 make prefix="$out"
3535 '';
36363737- # TODO: Check if that's still needed
3838- NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin " -Wno-error=format-security";
3939-4037 # https://github.com/NixOS/nixpkgs/pull/98471#issuecomment-703100014 . We set
4138 # these for all platforms, since upstream's gettext crate behavior might
4239 # change in the future.
···22# Do not edit!
3344{
55- version = "2021.12.5";
55+ version = "2021.12.6";
66 components = {
77 "abode" = ps: with ps; [ abodepy ];
88 "accuweather" = ps: with ps; [ accuweather ];
+2-2
pkgs/servers/home-assistant/default.nix
···265265 extraBuildInputs = extraPackages py.pkgs;
266266267267 # Don't forget to run parse-requirements.py after updating
268268- hassVersion = "2021.12.5";
268268+ hassVersion = "2021.12.6";
269269270270in with py.pkgs; buildPythonApplication rec {
271271 pname = "homeassistant";
···282282 owner = "home-assistant";
283283 repo = "core";
284284 rev = version;
285285- hash = "sha256:116qklmzvqh3hn3i6i7lvsnqydd2qclk612rwlxs3v56kzpks62n";
285285+ hash = "sha256:0n01cjbbyb1i63z8zxkjlwssqpv6y41jzs7b7jk78w3qnbg15bk3";
286286 };
287287288288 # 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 = "20211220.0";
77+ version = "20211227.0";
8899 src = fetchPypi {
1010 inherit pname version;
1111- sha256 = "sha256-qhuTvHN0kjdPIIyfrtj+col1Ba3WSnypqVxGfia4dW4=";
1111+ sha256 = "sha256-HdjkquxQM3Vxl+avM0fGanUkCMoTlBHodXIfNhW2lC4=";
1212 };
13131414 # there is nothing to strip in this package