Merge pull request #134647 from mweinelt/esphome

esphome: 1.20.4 -> 2021.8.0
This commit is contained in:
Martin Weinelt 2021-08-19 20:31:45 +02:00 committed by GitHub
commit b3c98e9b5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "1.20.4";
version = "2021.8.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-Z2/7J8F9o+ZY+7Q9bpAT79yHqUFyJu9usu4XI4PhpCI=";
rev = version;
sha256 = "sha256-yVqma5WRQTt5Vq7poqHexASc59xthYaNcz/kkefC7qI=";
};
patches = [