Skip to content

Commit

Permalink
home-assistant: drop protobuf override
Browse files Browse the repository at this point in the history
aioesphome was updated to 2.6.3 which requires protobuf>=3.12.2,<4.0.
  • Loading branch information
mweinelt committed Sep 12, 2020
1 parent 4a559f8 commit 68c4099
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkgs/servers/home-assistant/default.nix
Expand Up @@ -35,13 +35,6 @@ let
(mkOverride "bcrypt" "3.1.7"
"0hhywhxx301cxivgxrpslrangbfpccc8y83qbwn1f57cab3nj00b")

# required by aioesphomeapi
(self: super: {
protobuf = super.protobuf.override {
protobuf = protobuf3_6;
};
})

# hass-frontend does not exist in python3.pkgs
(self: super: {
hass-frontend = self.callPackage ./frontend.nix { };
Expand Down

0 comments on commit 68c4099

Please sign in to comment.