esphome: 2021.8.0 -> 2021.8.1

This commit is contained in:
Martin Weinelt
2021-08-24 12:19:56 +02:00
parent 3cd570dfcd
commit 3f5f2abade
+2 -2
View File
@@ -16,13 +16,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2021.8.0";
version = "2021.8.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-yVqma5WRQTt5Vq7poqHexASc59xthYaNcz/kkefC7qI=";
sha256 = "sha256-1eWM2MuIQ1ewbx53MmxmKi1Q92hzBqGboV3LbmMrw8g=";
};
patches = [