mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-08-07 00:53:52 +00:00
fix: bump hermes-agent 0.3.0 → 0.4.0, fix CI update script targeting wrong fields
- Stable: pinVersion 0.3.0 → 0.4.0 (v2026.3.23, commit 8416bc2) - Nightly: 0.3.0-unstable-2026-03-22 → 0.4.0-unstable-2026-03-25 (commit e5691ee) - Fix update-pins.sh: target pinVersion/pinRev/pinHash instead of generic version/rev/hash which incorrectly matched fal-client fields - Add cherrypy test override for macOS Nix sandbox compatibility - No litellm: pythonRemoveDeps still strips it from wheel metadata Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3a9dc709f7
commit
76d1677e94
3 changed files with 16 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Auto-updated by scripts/update-nightly.sh — do not edit manually.
|
||||
{ pkgs }:
|
||||
pkgs.callPackage ./package.nix {
|
||||
pinVersion = "0.3.0-unstable-2026-03-22";
|
||||
pinRev = "43bca6d107c86efc7e60a4a35ca8a55e1b4b4c1e";
|
||||
pinHash = "sha256-cd9jDrphEwjJqNLR3FNrg/xze2sFWhIzmvWLYa2CV5E=";
|
||||
pinVersion = "0.4.0-unstable-2026-03-25";
|
||||
pinRev = "e5691eed38716bce6d55fa83e62d92e3c327c437";
|
||||
pinHash = "sha256-+tJLd9PSdULdm4gsoWaonRx9NrZsNiiZ0wMUOP7Adek=";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue