codex: 0.131.0 -> 0.133.0

This commit is contained in:
R. Ryantm
2026-05-22 02:55:05 +00:00
parent 90b4a6bcd3
commit 059edbdafe
+3 -3
View File
@@ -25,18 +25,18 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codex";
version = "0.131.0";
version = "0.133.0";
src = fetchFromGitHub {
owner = "openai";
repo = "codex";
tag = "rust-v${finalAttrs.version}";
hash = "sha256-pWQxDJZO+xbY8aax9QRQRtx/BJw+4CZRL65W3Od4Ep8=";
hash = "sha256-RTxhhZjZ/64N60pmbNVzLwcSBomn67pPDpOjkL6RPUw=";
};
sourceRoot = "${finalAttrs.src.name}/codex-rs";
cargoHash = "sha256-CaCYBg8U4pxi3EFBH81k1dWtGY1AL/cZmP9ZtvjDxzw=";
cargoHash = "sha256-J4wvPn4lSTSsJrTG56vkhJe2F2b+fUvJLEd+qKQ9LUg=";
# Match upstream's release build for the codex binary only.
cargoBuildFlags = [