home-assistant: use overridden dependencies in overrides
This commit is contained in:
parent
d9e209e1fe
commit
9755134150
@ -106,10 +106,10 @@ let
|
|||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-iqlKfpnETLqQwy5sNcK2x/TgmuN2hCfYoHEFK2WWVXI=";
|
hash = "sha256-iqlKfpnETLqQwy5sNcK2x/TgmuN2hCfYoHEFK2WWVXI=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = with super; [
|
nativeBuildInputs = with self; [
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = with super; [
|
propagatedBuildInputs = with self; [
|
||||||
aenum
|
aenum
|
||||||
aiohttp
|
aiohttp
|
||||||
pydantic
|
pydantic
|
||||||
@ -147,11 +147,11 @@ let
|
|||||||
hash = "sha256-adkcUuPl0jdJjkBINCTW4Kmc16C/HzL+jaRZB/Qr09A=";
|
hash = "sha256-adkcUuPl0jdJjkBINCTW4Kmc16C/HzL+jaRZB/Qr09A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with super; [
|
nativeBuildInputs = with self; [
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with super; [
|
propagatedBuildInputs = with self; [
|
||||||
requests
|
requests
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user