build(pi-coding-agent): bump to 0.73.1 and migrate to earendil-works org
This commit is contained in:
@@ -16,16 +16,16 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "pi-coding-agent";
|
pname = "pi-coding-agent";
|
||||||
version = "0.73.0";
|
version = "0.73.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "badlogic";
|
owner = "earendil-works";
|
||||||
repo = "pi-mono";
|
repo = "pi-mono";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-oE4zMH5KEH185Vdp0CE221sa9rJJw35jFLlfhTa3Sg4=";
|
hash = "sha256-ZcqMWghMACzEUswLujwClPF1pbwjTKzTbcYW86ZvjL4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-rBlAzAnP9aif1tZ984AO4HftIJsDgLQ+02J3td4jcRg=";
|
npmDepsHash = "sha256-tneAcwtTIfkcqQ8/Ch1Xa6OiOkTjJNYbH8wfhNneT/g=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config makeWrapper ];
|
nativeBuildInputs = [ pkg-config makeWrapper ];
|
||||||
|
|
||||||
@@ -80,9 +80,9 @@ buildNpmPackage rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Coding agent CLI with read, bash, edit, write tools and session management";
|
description = "Coding agent CLI with read, bash, edit, write tools and session management";
|
||||||
homepage = "https://github.com/badlogic/pi-mono";
|
homepage = "https://github.com/earendil-works/pi-mono";
|
||||||
downloadPage = "https://www.npmjs.com/package/@mariozechner/pi-coding-agent";
|
downloadPage = "https://www.npmjs.com/package/@earendil-works/pi-coding-agent";
|
||||||
changelog = "https://github.com/badlogic/pi-mono/blob/main/packages/coding-agent/CHANGELOG.md";
|
changelog = "https://github.com/earendil-works/pi-mono/blob/main/packages/coding-agent/CHANGELOG.md";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ evanreichard ];
|
maintainers = with lib.maintainers; [ evanreichard ];
|
||||||
mainProgram = "pi";
|
mainProgram = "pi";
|
||||||
|
|||||||
Reference in New Issue
Block a user