3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #165556 from r-ryantm/auto-update/esphome

esphome: 2022.2.6 -> 2022.3.1
This commit is contained in:
Pascal Bach 2022-03-24 21:40:26 +01:00 committed by GitHub
commit 5de3166d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.2.6";
version = "2022.3.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-AoSFtEg7GpUBdIrFCYlOMBRc2nBBtiFEkxoZnKC/xyQ=";
sha256 = "sha256-x2gdRUBpyhk6iKvuW6ZKSpokaHfYz1ugclBjP15rJsk=";
};
postPatch = ''