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

esphome: 2026.1.0 -> 2026.1.1 (#483061)

parents 331db6d0 4882bea9
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.0";
  version = "2026.1.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "esphome";
    repo = "esphome";
    tag = version;
    hash = "sha256-TDXOftuj0ls+1TF6LXoX2Q+PzicL0nJP+1SJHi6qvMA=";
    hash = "sha256-Y9n8nwHQeU7rWwgIXu93ufP1dTDIhJbSWPAnYVA3ZdI=";
  };

  patches = [