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