codex: 0.142.3 -> 0.142.5

(cherry picked from commit 38bc3d8f2c)
This commit is contained in:
R. Ryantm
2026-07-05 03:17:10 +00:00
committed by Thierry Delafontaine
parent eebecaba6f
commit d11221ae89

View File

@@ -26,13 +26,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codex";
version = "0.142.3";
version = "0.142.5";
src = fetchFromGitHub {
owner = "openai";
repo = "codex";
tag = "rust-v${finalAttrs.version}";
hash = "sha256-dxkyaWpgzqpAVFojDYQ6JpMPNBIX+d7xjIyLic4Cs8A=";
hash = "sha256-Ua1UVArTvjHcg3bPK1FYyShYiIUH3AOxtoUTvA4UZwU=";
};
sourceRoot = "${finalAttrs.src.name}/codex-rs";