mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 12:58:39 +00:00
esphome: 2023.4.2 -> 2023.4.3
https://github.com/esphome/esphome/releases/tag/2023.4.3
This commit is contained in:
parent
44f30edf56
commit
c0a0cf0e98
@ -16,14 +16,14 @@ let
|
||||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "esphome";
|
||||
version = "2023.4.2";
|
||||
version = "2023.4.3";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ThawFY2TPDF70YCh/XJR07YJ5GhbcjFpanLo12Pj3Gk=";
|
||||
hash = "sha256-UKcHtrHU7Gh48G0ImgW/+2rT+ucxFzxKCur7/OfDif0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user