Merge pull request #311871 from mweinelt/esphome-2024.5.0

esphome: 2024.4.2 -> 2024.5.2
This commit is contained in:
Martin Weinelt 2024-05-23 14:36:15 +02:00 committed by GitHub
commit 1db599972d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,14 +19,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.4.2";
version = "2024.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-q4SVsfd5PJjeqt6UJJG6vuyxTA/bqDDl6e5dxhWIfYM=";
hash = "sha256-LcRqqwMVDgXeUqBS7gmfZqGJxKmXgRfnjNbejlQgijI=";
};
nativeBuildInputs = with python.pkgs; [