home-assistant: pin zeroconf at 0.91.1

This commit is contained in:
Martin Weinelt
2023-09-08 10:58:05 +02:00
parent e40439b029
commit b3da5e68a1
+10
View File
@@ -282,6 +282,16 @@ let
};
});
zeroconf = super.zeroconf.overridePythonAttrs (oldAttrs: rec {
version = "0.91.1";
src = fetchFromGitHub {
owner = "python-zeroconf";
repo = "python-zeroconf";
rev = "refs/tags/${version}";
hash = "sha256-HHADcxXjfukRJtqRjfKI/spZIqOfDT0Etg4oYzNdXIs=";
};
});
# internal python packages only consumed by home-assistant itself
home-assistant-frontend = self.callPackage ./frontend.nix { };
home-assistant-intents = self.callPackage ./intents.nix { };