esphome: 2024.12.0 -> 2024.12.1

https://github.com/esphome/esphome/releases/tag/2024.12.1
This commit is contained in:
Martin Weinelt
2024-12-19 14:32:23 +01:00
parent 10642df08a
commit e33db7b357

View File

@@ -22,14 +22,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.12.0";
version = "2024.12.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Ftq01cfKs9FVL6cexgnTf9KANtM+UgCHOloTgnvRENs=";
hash = "sha256-XWjWmp5lfdyJxD8dPCFq3HbcCzfAtTyzpOSa+IjUNm0=";
};
build-systems = with python.pkgs; [