From 26a5c91503da38c98915a4ef54fc48113075598d Mon Sep 17 00:00:00 2001 From: 0xrsydn <78522797+0xrsydn@users.noreply.github.com> Date: Mon, 21 Sep 2026 09:30:31 +0000 Subject: [PATCH] chore: update Hermes Agent nightly candidate --- nightly.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nightly.nix b/nightly.nix index c07eec9..cf0190c 100644 --- a/nightly.nix +++ b/nightly.nix @@ -2,7 +2,7 @@ # Auto-updated by scripts/update-nightly.sh — do not edit manually. { pkgs }: pkgs.callPackage ./package.nix { - pinVersion = "0.21.3-unstable-2026-09-18.c62bd9f2"; - pinRev = "c62bd9f2078a946108f1c9d9b24bf118963277ef"; - pinHash = "sha256-hdKTqxd4u1/ss3dSlrPrUVa2+GLHB9UAy8w0TGqpBd4="; + pinVersion = "0.21.3-unstable-2026-09-21.3917c7dd"; + pinRev = "3917c7dd6af472a9a2e61e543f94dd48238daa56"; + pinHash = "sha256-5wolhqWAeqG9MaUt9qIMWtO+h8yLKC4kYct+jyRSxiY="; }