Unverified Commit c28475cc authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

Merge pull request #131626 from mweinelt/esphome

esphome: 1.20.0 -> 1.20.1
parents f68ddb52 a281876a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
  pname = "esphome";
  version = "1.20.0";
  version = "1.20.1";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-saLcTiWqpxnE+li9ojfrEAh/vjB1c3K4kQzkrBJW3t4=";
    sha256 = "sha256-uCMxtMEOWrlOpc8SXDzleLY5VfyizmSh1tWgxTLUjzg=";
  };

  patches = [