home-assistant: pin PyChromecast to 9.4.0

This commit is contained in:
Matt Votava 2021-11-29 01:46:05 -08:00
parent 942eb9a335
commit f832949b5f

View File

@ -21,6 +21,9 @@
let
defaultOverrides = [
# Remove with Home Assistant 2021.12
(mkOverride "PyChromecast" "9.4.0" "sha256-Y8PLrjxZHml7BmklEJ/VXGqkRyneAy+QVA5rusPeBHQ=")
# aiounify 29 breaks integration tests
(self: super: {
aiounifi = super.aiounifi.overridePythonAttrs (oldAttrs: rec {