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

Merge pull request #232599 from mweinelt/esphome-2023.5.1

esphome: 2023.5.0. -> 2023.5.1
parents 768152d2 c64d445d
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.5.0";
  version = "2023.5.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-prbFCetgHhPsuiXI3bhfGpOpYHPusECC8zuPhT1ZCSU=";
    hash = "sha256-alJQgAjlxqgKPpmW3nrcUFysh1juHq4YX3t21+gL/nI=";
  };

  postPatch = ''