Merge pull request #276163 from mweinelt/esphome-2023.12.3

esphome: 2023.11.6 -> 2023.12.3
This commit is contained in:
Martin Weinelt 2023-12-26 13:18:37 +01:00 committed by GitHub
commit c3f34f339c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.11.6";
version = "2023.12.5";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9LqZlhCt+7p6tnSHFhbnUzkEOJQDsg/Pd/hgd/Il0ZQ=";
hash = "sha256-ajpYwquVyznIngZKcWxI9Pyiqf4VYcWtGFRZSpi6+3I=";
};
nativeBuildInputs = with python.pkgs; [