nixhub_find_version
Locate specific package versions in NixHub by automatically searching with increasing limits. Input package name and version to retrieve version details and commit hash or a helpful response if not found.
Instructions
Find a specific version of a package in NixHub with smart search.
Automatically searches with increasing limits to find the requested version.
Args: package_name: Name of the package to query (e.g., "ruby", "python") version: Specific version to find (e.g., "2.6.7", "3.5.9")
Returns: Plain text with version info and commit hash if found, or helpful message if not
Input Schema
Name | Required | Description | Default |
---|---|---|---|
package_name | Yes | ||
version | Yes |