codex
nixpkgs master recipe for codex changed since the last snapshot.
Review the diff and port anything relevant into home-manager/pkgs/codex/package.nix.
--- home-manager/pkgs/codex/nixpkgs-upstream.nix 2026-08-02 21:07:51.633061397 +0000
+++ /tmp/upstream.nix 2026-08-02 21:07:51.903611557 +0000
@@ -25,18 +25,18 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codex";
- version = "0.145.0";
+ version = "0.146.0";
src = fetchFromGitHub {
owner = "openai";
repo = "codex";
tag = "rust-v${finalAttrs.version}";
- hash = "sha256-/r4mBoJhHB1v5NTA4Hk565/D5B0deYJf9xJW330hyf0=";
+ hash = "sha256-/kTIOX/klxm1nq2bJsBqS8f1jZZp2ilaTeULQFPJgDk=";
};
sourceRoot = "${finalAttrs.src.name}/codex-rs";
- cargoHash = "sha256-t9IMRK9R+Z67ThEcgBI0HQU0E4aJHcOjKp22RFclh9U=";
+ cargoHash = "sha256-N9jbH/cgAyu2QxneSnpkdaF0MgV3ZtDmN9q6rr9u+hE=";
__structuredAttrs = true;
codex
nixpkgs master recipe for
codexchanged since the last snapshot.Review the diff and port anything relevant into
home-manager/pkgs/codex/package.nix.