esphome: 2024.8.1 -> 2024.8.3 (#340590)

This commit is contained in:
Martin Weinelt
2024-09-10 12:25:00 +02:00
committed by GitHub
+2 -2
View File
@@ -21,14 +21,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.8.1";
version = "2024.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-wjvbnqlhg4AHJLQvjWysDXBjECc1sV5ilx1jk8IzILw=";
hash = "sha256-AeiEP1D2u2u8LMNKdBvoA2M3uO6Z9oSG2i5HwGin80M=";
};
nativeBuildInputs = with python.pkgs; [