Skip to content

Commit

Permalink
esphome: 2024.12.1 -> 2024.12.2 (#367240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 21, 2024
2 parents 1abd6d3 + 3c2fa2c commit 0c23a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/esphome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.12.1";
version = "2024.12.2";
pyproject = true;

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-XWjWmp5lfdyJxD8dPCFq3HbcCzfAtTyzpOSa+IjUNm0=";
hash = "sha256-VW9p3VNVJOw5vkjCU4fujG0ie4N2D2QLidBANPV512U=";
};

build-systems = with python.pkgs; [
Expand Down

0 comments on commit 0c23a22

Please sign in to comment.