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
|
||||
#ruff # for zed
|
||||
goose-cli
|
||||
claude-code
|
||||
pkgs.unstable.claude-code
|
||||
codex
|
||||
neofetch
|
||||
eww
|
||||
|
|
|
|||
|
|
@ -19,20 +19,20 @@
|
|||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "codex";
|
||||
version = "0.107.0";
|
||||
version = "0.110.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openai";
|
||||
repo = "codex";
|
||||
tag = "rust-v${finalAttrs.version}";
|
||||
#hash = lib.fakeHash;
|
||||
hash = "sha256-FJWEe5uV9jC6vDopmx6XcIcrye2ZwlgpZhWNILXUkHo=";
|
||||
hash = "sha256-RoWKOZCW5qR+NyBqU/AoloVYGscfiVaHZqnaTISTj9w=";
|
||||
};
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/codex-rs";
|
||||
|
||||
#cargoHash = lib.fakeHash;
|
||||
cargoHash = "sha256-LbKiGMokzHSPsXumhO8PFqqeWb4E2CPa7Xv+FjTZwlE=";
|
||||
cargoHash = "sha256-tj0OAEvydpdT6haVtRXv5rWpeSFM3aYXVyH6jqvJKJ8=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue