Skip to content

Commit

Permalink
esphome: 2024.12.0 -> 2024.12.1 (NixOS#366535)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Dec 19, 2024
2 parents b3f8f2c + e33db7b commit b0e015a
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.0";
version = "2024.12.1";
pyproject = true;

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

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

0 comments on commit b0e015a

Please sign in to comment.