mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-08-07 00:53:52 +00:00
feat: bump hermes-agent 0.2.0 → 0.3.0 + auto-update CI
- Update package.nix to v0.3.0 (NousResearch/hermes-agent v2026.3.17) - Add scripts/update-pins.sh — checks latest stable release, prefetches, validates build - Add .github/workflows/update-pins.yml — runs every 6h + manual dispatch - Pattern follows nix-openclaw's yolo-update approach
This commit is contained in:
parent
e7b70a7b4d
commit
010a1b6644
4 changed files with 526 additions and 3 deletions
|
|
@ -72,14 +72,14 @@ let
|
|||
pythonImportsCheck = [ "acp" ];
|
||||
};
|
||||
|
||||
version = "0.2.0";
|
||||
rev = "64d333204bb2e32cc90a58b5ec5a4db127396dfc";
|
||||
version = "0.3.0";
|
||||
rev = "6ebb816e5611aaf1f3f7187ba8b10e985e899c75";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "NousResearch";
|
||||
repo = "hermes-agent";
|
||||
inherit rev;
|
||||
hash = "sha256-Li8jPEFDthj/AKmlwJhLWxItc34qcTrmJUDQ4kaSxVg=";
|
||||
hash = "sha256-JGjusff/jGjvCCdUtl9IErBTGmpIq6BVA5Gj8mwqVYg=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue