buncha stuff

This commit is contained in:
Hunter Haugen 2026-05-09 09:15:55 -07:00
parent c53e9d23d4
commit 73b91347ec
Signed by: hunner
GPG key ID: EF99694AA599DDAD
12 changed files with 859 additions and 813 deletions

View file

@ -19,20 +19,20 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codex";
version = "0.110.0";
version = "0.122.0";
src = fetchFromGitHub {
owner = "openai";
repo = "codex";
tag = "rust-v${finalAttrs.version}";
#hash = lib.fakeHash;
hash = "sha256-RoWKOZCW5qR+NyBqU/AoloVYGscfiVaHZqnaTISTj9w=";
hash = "sha256-CpXWP64URsgt/PhQrUkrT87KG633hxRUIY0wWrTFmjk=";
};
sourceRoot = "${finalAttrs.src.name}/codex-rs";
#cargoHash = lib.fakeHash;
cargoHash = "sha256-tj0OAEvydpdT6haVtRXv5rWpeSFM3aYXVyH6jqvJKJ8=";
cargoHash = "sha256-2qtMLWSdYWJ+blNfCHXtgmzizuM1HgpTGa5RQ3U/AEM=";
nativeBuildInputs = [
clang

File diff suppressed because it is too large Load diff

View file

@ -3,6 +3,6 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@mariozechner/pi-coding-agent": "0.66.0"
"@mariozechner/pi-coding-agent": "0.73.0"
}
}

View file

@ -5,10 +5,10 @@
}:
buildNpmPackage (finalAttrs: {
pname = "pi-coding-agent";
version = "0.66.0";
version = "0.73.0";
src = ./.;
npmDepsHash = "sha256-x7XNa88oV96hl3Cr4JO4gdvaNsSUE9Vn0/qhMAnwX8g=";
npmDepsHash = "sha256-rWNknuzbVsEMyahnOg5ku1e3xBn4/bG5EmkvvEr52Nw=";
inherit nodejs;
dontNpmBuild = true;