Unverified Commit 2f390c0f authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent c12c88b5
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.12.4";
  version = "2025.12.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "esphome";
    repo = "esphome";
    tag = version;
    hash = "sha256-/dO8BS7L62nSblDAmtO2YY5wKXyHGLWlsrtUwoEu2u4=";
    hash = "sha256-PCUxnX/Gtlfo8puayBBJt7T98hQT1/iZtlDyrbDwxog=";
  };

  patches = [