codex: 0.134.0 -> 0.135.0 (#525386)

This commit is contained in:
Nikolay Korotkiy
2026-05-30 12:19:19 +00:00
committed by GitHub
+3 -3
View File
@@ -25,18 +25,18 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "codex";
version = "0.134.0";
version = "0.135.0";
src = fetchFromGitHub {
owner = "openai";
repo = "codex";
tag = "rust-v${finalAttrs.version}";
hash = "sha256-eHe4bjUIvSK512ZTlFcOBqv5hhM+zfzkxcLfrzDA7L4=";
hash = "sha256-7Ak7rpogcN2kNezk7aMdMmkgNyPxH58f6lFdXOd/mgc=";
};
sourceRoot = "${finalAttrs.src.name}/codex-rs";
cargoHash = "sha256-DjqTn6DWfOlwdQ387eWeT5fs6qIgaD2rAXjxNStKgrs=";
cargoHash = "sha256-v1ggzNoncBVcOiJDQNNKPxYqWASNGjVjLMCXhsIbrVI=";
# Match upstream's release build for the codex binary only.
cargoBuildFlags = [