Unverified Commit 8c6cf3a1 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

esphome: 2026.1.3 -> 2026.1.4 (#487053)

parents a591d578 fa2186da
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 = "2026.1.3";
  version = "2026.1.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "esphome";
    repo = "esphome";
    tag = version;
    hash = "sha256-Y9n8nwHQeU7rWwgIXu93ufP1dTDIhJbSWPAnYVA3ZdI=";
    hash = "sha256-j7PlHGLBY9M5jxzvOt6H+zr3nCNPpM/FCMLgevt6MnM=";
  };

  patches = [