home-assistant: drop protobuf override

aioesphome was updated to 2.6.3 which requires protobuf>=3.12.2,<4.0.
This commit is contained in:
Martin Weinelt 2020-09-13 01:05:48 +02:00
parent 4a559f8fee
commit 68c4099d73
No known key found for this signature in database
GPG key ID: BD4AA0528F63F17E

View file

@ -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 { };