diff --git a/pkgs/development/python-modules/langchain-ollama/default.nix b/pkgs/development/python-modules/langchain-ollama/default.nix index 22d33a192032..c12e871994b7 100644 --- a/pkgs/development/python-modules/langchain-ollama/default.nix +++ b/pkgs/development/python-modules/langchain-ollama/default.nix @@ -56,9 +56,9 @@ buildPythonPackage rec { "--version-regex" "langchain-ollama==(.*)" ]; - # updates the wrong fetcher rev attribute - skipBulkUpdate = true; }; + # updates the wrong fetcher rev attribute + passthru.skipBulkUpdate = true; meta = { changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-ollama==${version}";