esphome: 2021.10.0 -> 2021.10.1

conduit-nginx
Martin Weinelt 2021-10-21 20:09:39 +02:00
parent d5cc96a4af
commit 9b32fad11d
1 changed files with 2 additions and 2 deletions

View File

@ -16,13 +16,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2021.10.0";
version = "2021.10.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-2fAtVzaRPnot7jZQOQCOn+HH692kUsqU8aeX8rQwMpg=";
sha256 = "sha256-zVZantMYtDWkvFrXmX0HpUchmc3T2gbkrMiWGP2ibNc=";
};
patches = [