3
0
Fork 0
forked from mirrors/nixpkgs

esphome: 2021.9.0 -> 2021.9.1

This commit is contained in:
Martin Weinelt 2021-09-20 14:32:50 +02:00
parent f5d66f8fcf
commit dd97523efe

View file

@ -16,13 +16,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2021.9.0";
version = "2021.9.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-QYtScfw+VFYc5rljDf1W+vI8Rx2UJuQ51yBTBVhO7Ns=";
sha256 = "sha256-JWUGOvY34wZSBTZdpuApPjEfBtgPSFKiVk89TUK441I=";
};
patches = [