Loading pkgs/development/python-modules/langgraph-checkpoint-sqlite/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -74,9 +74,13 @@ buildPythonPackage rec { "test_search" ]; passthru.updateScript = gitUpdater { passthru = { # python updater script sets the wrong tag skipBulkUpdate = true; updateScript = gitUpdater { rev-prefix = "checkpointsqlite=="; }; }; meta = { changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${src.tag}"; Loading Loading
pkgs/development/python-modules/langgraph-checkpoint-sqlite/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -74,9 +74,13 @@ buildPythonPackage rec { "test_search" ]; passthru.updateScript = gitUpdater { passthru = { # python updater script sets the wrong tag skipBulkUpdate = true; updateScript = gitUpdater { rev-prefix = "checkpointsqlite=="; }; }; meta = { changelog = "https://github.com/langchain-ai/langgraph/releases/tag/${src.tag}"; Loading