Merge pull request #329290 from mweinelt/esphome-2024.7.1

esphome: 2024.7.0 -> 2024.7.1
This commit is contained in:
Martin Weinelt
2024-07-23 23:30:10 +02:00
committed by GitHub
+2 -2
View File
@@ -19,14 +19,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.7.0";
version = "2024.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bQGsLt8+WPaQfQ9ReKGrIS1O071LkpAxJerfHO3E0Oc=";
hash = "sha256-V44c4+bU3pUO6S8qhI7O4GvKqo3lXB8rqLrKNkuODVc=";
};
nativeBuildInputs = with python.pkgs; [