From 1427a330c397b0e83e647af4ef81e0e3a94dd1de Mon Sep 17 00:00:00 2001 From: 0xrsydn <78522797+0xrsydn@users.noreply.github.com> Date: Thu, 20 Aug 2026 04:33:09 +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 67839d9..f979331 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.20.3-unstable-2026-08-18.bdc9a810"; - pinRev = "bdc9a810f3990597b3f26203348e849e5128afb6"; - pinHash = "sha256-+eoh8rq+U+sflD35vXibjlikB7zS4nVrsJFl1kVdMU4="; + pinVersion = "0.20.4-unstable-2026-08-20.68518411"; + pinRev = "6851841112e921537eb7195ef6e8be7d2ca2d2f6"; + pinHash = "sha256-xt+9SK8IV7qQYP4c4/cVFOjgQNYhgaR/yAVTD86UsuA="; }