···34 make prefix="$out"
35 '';
3637- # TODO: Check if that's still needed
38- NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin " -Wno-error=format-security";
39-40 # https://github.com/NixOS/nixpkgs/pull/98471#issuecomment-703100014 . We set
41 # these for all platforms, since upstream's gettext crate behavior might
42 # change in the future.
···34 make prefix="$out"
35 '';
3600037 # https://github.com/NixOS/nixpkgs/pull/98471#issuecomment-703100014 . We set
38 # these for all platforms, since upstream's gettext crate behavior might
39 # change in the future.
+1-1
pkgs/development/embedded/platformio/core.nix
···174 --subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data}'
175176 substituteInPlace setup.py \
177- --replace "zeroconf==0.28.*" "zeroconf"
178 '';
179180 meta = with lib; {
···174 --subst-var-by SPDX_LICENSE_LIST_DATA '${spdx-license-list-data}'
175176 substituteInPlace setup.py \
177+ --replace "zeroconf==0.37.*" "zeroconf"
178 '';
179180 meta = with lib; {
···2# Do not edit!
34{
5- version = "2021.12.5";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
···2# Do not edit!
34{
5+ version = "2021.12.6";
6 components = {
7 "abode" = ps: with ps; [ abodepy ];
8 "accuweather" = ps: with ps; [ accuweather ];
+2-2
pkgs/servers/home-assistant/default.nix
···265 extraBuildInputs = extraPackages py.pkgs;
266267 # Don't forget to run parse-requirements.py after updating
268- hassVersion = "2021.12.5";
269270in with py.pkgs; buildPythonApplication rec {
271 pname = "homeassistant";
···282 owner = "home-assistant";
283 repo = "core";
284 rev = version;
285- hash = "sha256:116qklmzvqh3hn3i6i7lvsnqydd2qclk612rwlxs3v56kzpks62n";
286 };
287288 # leave this in, so users don't have to constantly update their downstream patch handling
···265 extraBuildInputs = extraPackages py.pkgs;
266267 # Don't forget to run parse-requirements.py after updating
268+ hassVersion = "2021.12.6";
269270in with py.pkgs; buildPythonApplication rec {
271 pname = "homeassistant";
···282 owner = "home-assistant";
283 repo = "core";
284 rev = version;
285+ hash = "sha256:0n01cjbbyb1i63z8zxkjlwssqpv6y41jzs7b7jk78w3qnbg15bk3";
286 };
287288 # leave this in, so users don't have to constantly update their downstream patch handling
+2-2
pkgs/servers/home-assistant/frontend.nix
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7- version = "20211220.0";
89 src = fetchPypi {
10 inherit pname version;
11- sha256 = "sha256-qhuTvHN0kjdPIIyfrtj+col1Ba3WSnypqVxGfia4dW4=";
12 };
1314 # there is nothing to strip in this package
···4 # the frontend version corresponding to a specific home-assistant version can be found here
5 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
6 pname = "home-assistant-frontend";
7+ version = "20211227.0";
89 src = fetchPypi {
10 inherit pname version;
11+ sha256 = "sha256-HdjkquxQM3Vxl+avM0fGanUkCMoTlBHodXIfNhW2lC4=";
12 };
1314 # there is nothing to strip in this package