Update ssh keys

This commit is contained in:
Hunter Haugen 2026-03-24 21:04:08 -07:00
parent 19153f92f8
commit 788bb8ad32
Signed by: hunner
GPG key ID: EF99694AA599DDAD
8 changed files with 209 additions and 213 deletions

View file

@ -5,10 +5,10 @@
}:
buildNpmPackage (finalAttrs: {
pname = "pi-coding-agent";
version = "0.58.4";
version = "0.62.0";
src = ./.;
npmDepsHash = "sha256-NckjndfyChAw0tvp+qMO2henbV00nY1DmckJxGqFHog=";
npmDepsHash = "sha256-zflUWPUrg49y9AUlgdXNasXTj5VUHYx09/GFB4Q5nZ4=";
inherit nodejs;
dontNpmBuild = true;