Merge pull request #309245 from mweinelt/esphome-2024.4.2

esphome: 2024.4.1 -> 2024.4.2
This commit is contained in:
Martin Weinelt 2024-05-05 13:53:01 +02:00 committed by GitHub
commit 6aa8d260af
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.1";
version = "2024.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-+3zrVTuMo4hSzkUC4lIUce2KfDD8z/8YYgghHjTpKtU=";
hash = "sha256-q4SVsfd5PJjeqt6UJJG6vuyxTA/bqDDl6e5dxhWIfYM=";
};
nativeBuildInputs = with python.pkgs; [