Unverified Commit a338ca40 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #229449 from mweinelt/esphome-2023.4.3

esphome: 2023.4.2 -> 2023.4.3
parents 48205fb4 c0a0cf0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "esphome";
  version = "2023.4.2";
  version = "2023.4.3";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-ThawFY2TPDF70YCh/XJR07YJ5GhbcjFpanLo12Pj3Gk=";
    hash = "sha256-UKcHtrHU7Gh48G0ImgW/+2rT+ucxFzxKCur7/OfDif0=";
  };

  postPatch = ''