Unverified Commit d78d0935 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

esphome: 2024.9.1 -> 2024.9.2 (#345670)

parents ba2c4094 b323dbc3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "esphome";
  version = "2024.9.1";
  version = "2024.9.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-EEc4aT4zFhltAzX/HxOTRF+sIqqCzy0WsVMq0aNQi40=";
    hash = "sha256-i1lrolOrKwa9muXhoknLYATEfLSrVA63VrM3247hVMw=";
  };

  nativeBuildInputs = with python.pkgs; [