Merge pull request #322976 from r-ryantm/auto-update/esphome

esphome: 2024.6.1 -> 2024.6.4
This commit is contained in:
Martin Weinelt
2024-06-27 22:06:13 +02:00
committed by GitHub
+2 -2
View File
@@ -19,14 +19,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.6.1";
version = "2024.6.4";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bFQnAuyEBzFV9xiGOHLJrR4oTUU8ZRHjIa3ww0yCNRk=";
hash = "sha256-Wdq6sduIjvvLZAumYGmlm3QDaSKqmg/rssQNjdxQuaA=";
};
nativeBuildInputs = with python.pkgs; [