From 516d87500f5e8ec904cc300e0f9110aaf73a3f56 Mon Sep 17 00:00:00 2001 From: Jim Pudar Date: Fri, 12 Jun 2026 07:07:18 -0400 Subject: [PATCH] Update Pi to 0.79.1 --- pi/pi-coding-agent.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pi/pi-coding-agent.nix b/pi/pi-coding-agent.nix index 4096d5b..bda0db0 100644 --- a/pi/pi-coding-agent.nix +++ b/pi/pi-coding-agent.nix @@ -12,11 +12,11 @@ # and symlink the binary into $out/bin so `pi` is on PATH. pkgs.stdenv.mkDerivation rec { pname = "pi-coding-agent"; - version = "0.78.0"; + version = "0.79.1"; src = pkgs.fetchurl { url = "https://github.com/earendil-works/pi/releases/download/v${version}/pi-linux-arm64.tar.gz"; - sha256 = "49155173682473720d9decf4deecbed754fae84925ef003c0b66aac31d5f9005"; + sha256 = "015wqibca5pbb1wpm933516zfw50qa0kkxb0qlj19gvssp4a14d1"; }; # Patch the bundled ELF interpreter to point at glibc inside the Nix