pi-coding-agent: 0.80.2 -> 0.80.3

Changelog: https://github.com/earendil-works/pi/blob/main/packages/coding-agent/CHANGELOG.md
This commit is contained in:
Adam C. Stephens
2026-07-02 10:09:42 -04:00
parent 7dd71725fd
commit d98fb29ac6

View File

@@ -12,16 +12,16 @@
}:
buildNpmPackage (finalAttrs: {
pname = "pi-coding-agent";
version = "0.80.2";
version = "0.80.3";
src = fetchFromGitHub {
owner = "earendil-works";
repo = "pi";
tag = "v${finalAttrs.version}";
hash = "sha256-aKtgPc3rwHEp856jP3N7nImph0CSG+gsWq9OVci3hmE=";
hash = "sha256-wQTrWKsb2HCGwzSAFEk8NWSDpqxSY/lv1/R6ghcmbaA=";
};
npmDepsHash = "sha256-1EGs8lX8XoAnRtS+pw4lBRm24U/vtVB2loVRmZyd4Z8=";
npmDepsHash = "sha256-geh8LH88OZybFXkR/jDeTdew6TNMdFM6jhCSYKn//dU=";
npmWorkspace = "packages/coding-agent";