Update claude and codex

This commit is contained in:
Hunter Haugen 2026-03-06 11:42:47 -08:00
parent aa2b38d3bf
commit eba7f5746b
Signed by: hunner
GPG key ID: EF99694AA599DDAD
2 changed files with 4 additions and 4 deletions

View file

@ -290,7 +290,7 @@
gcc # for zed
#ruff # for zed
goose-cli
claude-code
pkgs.unstable.claude-code
codex
neofetch
eww

View file

@ -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