fix mistralai hash

This commit is contained in:
2026-05-28 01:11:05 +02:00
parent 21da64300d
commit e614c3802b

View File

@@ -118,7 +118,7 @@ let
meta = with lib; { description = "LangChain text splitters"; homepage = "https://github.com/langchain-ai/langchain"; license = licenses.mit; }; meta = with lib; { description = "LangChain text splitters"; homepage = "https://github.com/langchain-ai/langchain"; license = licenses.mit; };
}; };
mistralai = fetchWheel { mistralai = fetchWheel {
pname = "mistralai"; version = "2.4.7"; hash = lib.fakeHash; pname = "mistralai"; version = "2.4.7"; hash = "sha256-FjnL0tjxjHIqfm2Fl4PCAdUkC668MUkdJxWza8o9gK8=";
propagatedBuildInputs = with python3Packages; [ httpx pydantic python-dateutil ]; propagatedBuildInputs = with python3Packages; [ httpx pydantic python-dateutil ];
meta = with lib; { description = "Mistral AI API client"; homepage = "https://github.com/mistralai/client-python"; license = licenses.asl20; }; meta = with lib; { description = "Mistral AI API client"; homepage = "https://github.com/mistralai/client-python"; license = licenses.asl20; };
}; };