diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2022-05-25 10:11:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-25 10:11:48 +0200 |
| commit | 433256051312bd3a1c700eac7ff4b4055f792e38 (patch) | |
| tree | c4b5a454a49609e2943880213238b8dee4e8d937 | |
| parent | Merge pull request #174421 from NixOS/backport-174267-to-release-22.05 (diff) | |
| parent | esphome: 2022.5.0 -> 2022.5.1 (diff) | |
| download | nixpkgs-433256051312bd3a1c700eac7ff4b4055f792e38.tar.gz | |
Merge pull request #174440 from NixOS/backport-174396-to-release-22.05
| -rw-r--r-- | pkgs/tools/misc/esphome/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix index 6eba2ca94464..89cc3efcbf23 100644 --- a/pkgs/tools/misc/esphome/default.nix +++ b/pkgs/tools/misc/esphome/default.nix @@ -15,14 +15,14 @@ let in with python.pkgs; buildPythonApplication rec { pname = "esphome"; - version = "2022.5.0"; + version = "2022.5.1"; format = "setuptools"; src = fetchFromGitHub { owner = pname; repo = pname; - rev = version; - sha256 = "sha256-ys4oGYZvOxKOLyeIFPR33L2uCAB1lybSo6nCIYFuA/0="; + rev = "refs/tags/${version}"; + sha256 = "sha256-pX84pXiRxg0HxB6rOuApqnzaFchmF4xHCGKk8suu4yA="; }; postPatch = '' |
