From a9b73457192318fe9febd9b2f639138b45d76f36 Mon Sep 17 00:00:00 2001 From: 0xrsydn <78522797+0xrsydn@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:24:00 +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 184271c..0013233 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.19.0-unstable-2026-07-22.9eb7b1a6"; - pinRev = "9eb7b1a6b1ffdd4ad1a85aee3f38edceee2b927f"; - pinHash = "sha256-baXMhFvdjbw6nW0TChPWlBZrCRxFCnyLJ1Pe7IjGDUA="; + pinVersion = "0.20.0-unstable-2026-08-10.6fa646e7"; + pinRev = "6fa646e7d8955688e5c65b19ddc3b4ee9097a004"; + pinHash = "sha256-ccKhXYbbkXKGxEZqJHyfwtWVycsZoS4oDrT+ubjT+fg="; }