esphome: 1.20.4 -> 2021.8.0

This commit is contained in:
Martin Weinelt 2021-08-18 14:13:34 +02:00
parent 4063d283c1
commit e46317b5f2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

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 = [