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

esphome: 2025.6.1 -> 2025.6.2 (#420750)

parents ea9c023b 7de92898
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "esphome";
  version = "2025.6.1";
  version = "2025.6.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "esphome";
    repo = "esphome";
    tag = version;
    hash = "sha256-iM9AbL8K7Ka2B50/slp/Cfgb4kWWmOhZcMe0Ph3WnP0=";
    hash = "sha256-45DhWxBvItl70mx/H42o9PqlIipvzIA/A9H6pKDO2fo=";
  };

  build-systems = with python.pkgs; [