Update claude and codex
This commit is contained in:
parent
aa2b38d3bf
commit
eba7f5746b
2 changed files with 4 additions and 4 deletions
|
|
@ -290,7 +290,7 @@
|
||||||
gcc # for zed
|
gcc # for zed
|
||||||
#ruff # for zed
|
#ruff # for zed
|
||||||
goose-cli
|
goose-cli
|
||||||
claude-code
|
pkgs.unstable.claude-code
|
||||||
codex
|
codex
|
||||||
neofetch
|
neofetch
|
||||||
eww
|
eww
|
||||||
|
|
|
||||||
|
|
@ -19,20 +19,20 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "codex";
|
pname = "codex";
|
||||||
version = "0.107.0";
|
version = "0.110.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "openai";
|
owner = "openai";
|
||||||
repo = "codex";
|
repo = "codex";
|
||||||
tag = "rust-v${finalAttrs.version}";
|
tag = "rust-v${finalAttrs.version}";
|
||||||
#hash = lib.fakeHash;
|
#hash = lib.fakeHash;
|
||||||
hash = "sha256-FJWEe5uV9jC6vDopmx6XcIcrye2ZwlgpZhWNILXUkHo=";
|
hash = "sha256-RoWKOZCW5qR+NyBqU/AoloVYGscfiVaHZqnaTISTj9w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${finalAttrs.src.name}/codex-rs";
|
sourceRoot = "${finalAttrs.src.name}/codex-rs";
|
||||||
|
|
||||||
#cargoHash = lib.fakeHash;
|
#cargoHash = lib.fakeHash;
|
||||||
cargoHash = "sha256-LbKiGMokzHSPsXumhO8PFqqeWb4E2CPa7Xv+FjTZwlE=";
|
cargoHash = "sha256-tj0OAEvydpdT6haVtRXv5rWpeSFM3aYXVyH6jqvJKJ8=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
clang
|
clang
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue