Skip to content

Commit 8c6cf3a

Browse files
authored
esphome: 2026.1.3 -> 2026.1.4 (NixOS#487053)
2 parents a591d57 + fa2186d commit 8c6cf3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/es/esphome/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ let
3333
in
3434
python.pkgs.buildPythonApplication rec {
3535
pname = "esphome";
36-
version = "2026.1.3";
36+
version = "2026.1.4";
3737
pyproject = true;
3838

3939
src = fetchFromGitHub {
4040
owner = "esphome";
4141
repo = "esphome";
4242
tag = version;
43-
hash = "sha256-Y9n8nwHQeU7rWwgIXu93ufP1dTDIhJbSWPAnYVA3ZdI=";
43+
hash = "sha256-j7PlHGLBY9M5jxzvOt6H+zr3nCNPpM/FCMLgevt6MnM=";
4444
};
4545

4646
patches = [

0 commit comments

Comments
 (0)