Unverified Commit c0a0cf0e authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent 44f30edf
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 = ''