7feb05cca7
On every published GitHub Release, opens a PR bumping nix/package.nix: - version => the new release version - npmDepsHash => freshly computed via prefetch-npm-deps package-lock.json Mirrors the brew + winget release-bump pattern, but lands the change in this repo (not a separate tap), so it opens a PR instead of pushing directly. Uses GITHUB_TOKEN — note that PRs created by GITHUB_TOKEN do not auto-trigger CI; the diff is two lines, easy to review and merge. Refs the long-standing manual-bump pain (e.g. PR #504 fixing a stale hash). After this lands, Nix users get new releases without anyone having to remember the manual edit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>