From 05cdb91be35fb5452c0b20ba887b4c65c2349808 Mon Sep 17 00:00:00 2001 From: Jim Pudar Date: Wed, 1 Jul 2026 06:40:46 -0400 Subject: [PATCH] Bump pi coding agent to 0.80.3 --- 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 bda0db0..ae2d708 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.79.1"; + version = "0.80.3"; src = pkgs.fetchurl { url = "https://github.com/earendil-works/pi/releases/download/v${version}/pi-linux-arm64.tar.gz"; - sha256 = "015wqibca5pbb1wpm933516zfw50qa0kkxb0qlj19gvssp4a14d1"; + sha256 = "0s317jrf8xq9i29qckc298nqkxhyicrbrffab2ivvaak14mani65"; }; # Patch the bundled ELF interpreter to point at glibc inside the Nix