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
+2 -2
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; [